Skip to content

Commit fc589ee

Browse files
committed
add a liberal for NS coefficient
Signed-off-by: Hao Wu <[email protected]>
1 parent da4e311 commit fc589ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emerging_optimizers/orthogonalized_optimizers/muon_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from emerging_optimizers import triton_kernels
2121

2222

23-
__all__ = ["newton_schulz", "newton_schulz_tp"]
23+
__all__ = ["newton_schulz", "newton_schulz_tp", "NSCoeffT"]
2424

2525
NSCoeffT = Literal["simple", "quintic", "polar_express", "aol", "custom"]
2626

0 commit comments

Comments
 (0)