We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9026849 + 3bc882f commit c072800Copy full SHA for c072800
deepspeed/runtime/zero/utils.py
@@ -47,7 +47,7 @@ class ZeRORuntimeException(Exception):
47
48
# Add MuonWithAuxAdam to supported list if muon is installed
49
try:
50
- from deepspeed.runtime.muon_optimizer import MuonWithAuxAdam
+ from deepspeed.runtime.zero.muon.muon_optimizer import MuonWithAuxAdam
51
ZERO_SUPPORTED_OPTIMIZERS.append(MuonWithAuxAdam)
52
except ImportError:
53
pass
0 commit comments