Skip to content

Commit 7235e97

Browse files
emilyfertigThe precondition Authors
authored andcommitted
Fix multiply_by_parameter_scale type in adafactor optimizer.
PiperOrigin-RevId: 860187651
1 parent b331c3d commit 7235e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

precondition/tearfree/grafting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Options:
8181
skip_preconditioning_any_dim_gt: int = 4096
8282
skip_preconditioning_rank1: bool = True
8383
min_dim_size_to_factor: int = 128
84-
multiply_by_parameter_scale: float = True
84+
multiply_by_parameter_scale: bool = True
8585
clipping_threshold: float = 1.0
8686

8787

0 commit comments

Comments
 (0)