Update faq.qmd

Added Q&A for being stuck on saving preprocessed datasets
This commit is contained in:
Sung Ching Liu
2025-02-07 11:42:23 -05:00
committed by GitHub
parent 5bbad5ef93
commit 7591331d0c

View File

@@ -19,3 +19,7 @@ description: Frequently asked questions
**Q: AttributeError: 'DummyOptim' object has no attribute 'step'**
> A: You may be using deepspeed with single gpu. Please don't set `deepspeed:` in yaml or cli.
**Q: The codes is stuck on saving preprocessed datasets.**
> A: This is usually an issue with the machine. On runpod, starting a new pod should solve the issue.