From a44f398b14b1b2bb30cf3dd0adad0100f307c40c Mon Sep 17 00:00:00 2001 From: Sung Ching Liu <22844540+bursteratom@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:17:49 -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 d84fe633f..a31cc90d0 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 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. +> 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.