Skip to content

Commit

Permalink
turn on preconditioning
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Feb 10, 2024
1 parent 1307931 commit 73147fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ def distributed_shampoo(
###
inverse_failure_threshold=0.1,
moving_average_for_momentum=True,
skip_preconditioning_dim_size_gt=0,
skip_preconditioning_dim_size_gt=4096,
clip_by_scaled_gradient_norm=None,
precision=lax.Precision.HIGHEST,
tensordot_precision=None,
Expand Down

0 comments on commit 73147fd

Please sign in to comment.