From 44f64ab6271630b7e1142f6e80c7db1774876eda Mon Sep 17 00:00:00 2001 From: Sung Ching Liu <22844540+bursteratom@users.noreply.github.com> Date: Tue, 11 Feb 2025 13:18:31 -0500 Subject: [PATCH] Update faq.qmd (#2319) * Update faq.qmd Added Q&A for being stuck on saving preprocessed datasets * Update faq.qmd added details on preprocessing on cpu * Update faq.qmd * Update faq.qmd --- docs/faq.qmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faq.qmd b/docs/faq.qmd index 91413d24e..a31cc90d0 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 GPU. This can be resolved through setting the os environment variable `CUDA_VISIBLE_DEVICES=0`. If you are on runpod, this is usually a pod issue. Starting a new pod should take care of it.