From 356d9b645855c17a46b5c6cb1270e631db421fcb Mon Sep 17 00:00:00 2001 From: Sung Ching Liu <22844540+bursteratom@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:16:40 -0500 Subject: [PATCH] Update faq.qmd --- docs/faq.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.qmd b/docs/faq.qmd index 45734043d..d84fe633f 100644 --- a/docs/faq.qmd +++ b/docs/faq.qmd @@ -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 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. +> 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 pod issue and starting a new pod should solve the issue.