Nanobit commited on
Commit
9f7e8a9
·
unverified ·
1 Parent(s): 637ed09

feat(doc): add dummyoptim faq fix (#802)

Browse files
Files changed (1) hide show
  1. docs/faq.md +4 -0
docs/faq.md CHANGED
@@ -12,3 +12,7 @@ This usually happens when you run out of system RAM.
12
  > Exitcode -7 while using deepspeed
13
 
14
  Try upgrading deepspeed w: `pip install -U deepspeed`
 
 
 
 
 
12
  > Exitcode -7 while using deepspeed
13
 
14
  Try upgrading deepspeed w: `pip install -U deepspeed`
15
+
16
+ > AttributeError: 'DummyOptim' object has no attribute 'step'
17
+
18
+ You may be using deepspeed with single gpu. Please don't set `deepspeed:` in yaml or cli.