Skip to content

Commit 01b5c5a

Browse files
committed
update: test_scalable_shampoo_pre_conditioner
1 parent e650bae commit 01b5c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_optimizers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def test_scalable_shampoo_pre_conditioner(pre_conditioner_type):
297297
)
298298

299299
optimizer = load_optimizer('scalableshampoo')(
300-
model.parameters(), start_preconditioning_step=1, pre_conditioner_type=pre_conditioner_type
300+
model.parameters(), start_preconditioning_step=1, pre_conditioner_type=pre_conditioner_type, use_svd=True
301301
)
302302
optimizer.zero_grad()
303303

0 commit comments

Comments
 (0)