Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2025-02-11 18:19:28 +00:00
parent 7ef6b7ee2d
commit 3755ac54f9
5 changed files with 50 additions and 46 deletions

View File

@@ -952,7 +952,7 @@
"href": "docs/faq.html",
"title": "FAQ",
"section": "",
"text": "Q: The trainer stopped and hasnt progressed in several minutes.\n\nA: Usually an issue with the GPUs communicating with each other. See the NCCL doc\n\nQ: Exitcode -9\n\nA: This usually happens when you run out of system RAM.\n\nQ: Exitcode -7 while using deepspeed\n\nA: Try upgrading deepspeed w: pip install -U deepspeed\n\nQ: AttributeError: DummyOptim object has no attribute step\n\nA: You may be using deepspeed with single gpu. Please dont set deepspeed: in yaml or cli.",
"text": "Q: The trainer stopped and hasnt progressed in several minutes.\n\nA: Usually an issue with the GPUs communicating with each other. See the NCCL doc\n\nQ: Exitcode -9\n\nA: This usually happens when you run out of system RAM.\n\nQ: Exitcode -7 while using deepspeed\n\nA: Try upgrading deepspeed w: pip install -U deepspeed\n\nQ: AttributeError: DummyOptim object has no attribute step\n\nA: You may be using deepspeed with single gpu. Please dont set deepspeed: in yaml or cli.\n\nQ: The codes is stuck on saving preprocessed datasets.\n\nA: 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.",
"crumbs": [
"FAQ"
]