feat(doc): add dummyoptim faq fix (#802)
Browse files- 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.
|