Compare commits

...

5 Commits

Author SHA1 Message Date
Sung Ching Liu
a44f398b14 Update faq.qmd 2025-02-11 09:17:49 -05:00
Sung Ching Liu
356d9b6458 Update faq.qmd 2025-02-11 09:16:40 -05:00
Sung Ching Liu
4393d8e649 Merge branch 'main' into bursteratom-doc-faq-update 2025-02-11 08:59:51 -05:00
Sung Ching Liu
f7bf883470 Update faq.qmd
added details on preprocessing on cpu
2025-02-07 11:57:22 -05:00
Sung Ching Liu
7591331d0c Update faq.qmd
Added Q&A for being stuck on saving preprocessed datasets
2025-02-07 11:42:23 -05:00

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 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.