add to docs (#703)

This commit is contained in:
Wing Lian
2023-10-19 21:32:30 -04:00
committed by GitHub
parent 8966a6f566
commit a21935f07a
2 changed files with 16 additions and 0 deletions

14
docs/faq.md Normal file
View File

@@ -0,0 +1,14 @@
# Axolotl FAQ's
> The trainer stopped and hasn't progressed in several minutes.
Usually an issue with the GPU's communicating with each other. See the [NCCL doc](../docs/nccl.md)
> Exitcode -9
This usually happens when you run out of system RAM.
> Exitcode -7 while using deepspeed
Try upgrading deepspeed w: `pip install -U deepspeed`