Skip to content

Commit c072800

Browse files
Merge branch 'master' into fix/bf16-zero3-quantized-weights
2 parents 9026849 + 3bc882f commit c072800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepspeed/runtime/zero/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ZeRORuntimeException(Exception):
4747

4848
# Add MuonWithAuxAdam to supported list if muon is installed
4949
try:
50-
from deepspeed.runtime.muon_optimizer import MuonWithAuxAdam
50+
from deepspeed.runtime.zero.muon.muon_optimizer import MuonWithAuxAdam
5151
ZERO_SUPPORTED_OPTIMIZERS.append(MuonWithAuxAdam)
5252
except ImportError:
5353
pass

0 commit comments

Comments
 (0)