Skip to content

Commit

Permalink
feat(doc): add dummyoptim faq fix (axolotl-ai-cloud#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoCode012 committed Oct 29, 2023
1 parent 874d485 commit 949fe9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ This usually happens when you run out of system RAM.
> Exitcode -7 while using deepspeed
Try upgrading deepspeed w: `pip install -U deepspeed`

> AttributeError: 'DummyOptim' object has no attribute 'step'
You may be using deepspeed with single gpu. Please don't set `deepspeed:` in yaml or cli.

0 comments on commit 949fe9f

Please sign in to comment.