Commit 3bc882f
authored
Fix Muon optimizer module path (deepspeedai#7802)
Update the Muon optimizer import to its current location under
deepspeed.runtime.zero.muon, so it’s correctly registered as a supported
ZeRO optimizer. This prevents the “untested optimizer” assertion from
firing.
Signed-off-by: Masahiro Tanaka <mtanaka@anyscale.com>1 parent 5aa2d17 commit 3bc882f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments