Update faq.qmd
added details on preprocessing on cpu
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user