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

@@ -336,6 +336,10 @@ ul.task-list li input[type="checkbox"] {
<blockquote class="blockquote">
<p>A: You may be using deepspeed with single gpu. Please dont set <code>deepspeed:</code> in yaml or cli.</p>
</blockquote>
<p><strong>Q: The codes is stuck on saving preprocessed datasets.</strong></p>
<blockquote class="blockquote">
<p>A: This is usually an issue with the GPU. This can be resolved through setting the os environment variable <code>CUDA_VISIBLE_DEVICES=0</code>. If you are on runpod, this is usually a pod issue. Starting a new pod should take care of it.</p>
</blockquote>