Update faq.qmd

added details on preprocessing on cpu
This commit is contained in:
Sung Ching Liu
2025-02-07 11:57:22 -05:00
committed by GitHub
parent 7591331d0c
commit f7bf883470

View File

@@ -22,4 +22,4 @@ description: Frequently asked questions
**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.
> A: This is usually an issue with the GPU. This can be resolved by preprocessing on CPU only through setting the os environment variable `CUDA_VISIBLE_DEVICES=""`or `NCCL_P2P_DISABLE=1`. If you would like to preprocess on GPU and are running on the cloud, you can simply start a new machine instance which usually bypasses the issue.