From 7591331d0c91850612f3b443e8af071fa07e7856 Mon Sep 17 00:00:00 2001 From: Sung Ching Liu <22844540+bursteratom@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:42:23 -0500 Subject: [PATCH] Update faq.qmd Added Q&A for being stuck on saving preprocessed datasets --- docs/faq.qmd | 4 ++++ 1 file changed, 4 insertions(+) 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.