diff --git a/docs/faq.qmd b/docs/faq.qmd index 91413d24e..4fd9e7a78 100644 --- a/docs/faq.qmd +++ b/docs/faq.qmd @@ -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.