diff --git a/nvidia/flux-finetuning/README.md b/nvidia/flux-finetuning/README.md index d5e1f8e..67bc419 100644 --- a/nvidia/flux-finetuning/README.md +++ b/nvidia/flux-finetuning/README.md @@ -75,8 +75,8 @@ sudo usermod -aG docker $USER In a terminal, clone the repository and navigate to the flux-finetuning directory. ```bash -git clone https://******/spark-playbooks/dgx-spark-playbook-assets.git -cd dgx-spark-playbook-assets/flux-finetuning +git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main dgx-spark-playbooks +cd dgx-spark-playbooks/nvidia/flux-finetuning ``` ## Step 3. Build the Docker container diff --git a/nvidia/protein-folding/README.md b/nvidia/protein-folding/README.md index 4a70479..e777cec 100644 --- a/nvidia/protein-folding/README.md +++ b/nvidia/protein-folding/README.md @@ -121,8 +121,8 @@ space and network bandwidth. ```bash ## Clone OpenFold repository -git clone -cd openfold +git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main dgx-spark-playbooks +cd dgx-spark-playbooks/nvidia/protein-folding pip install -e . ``` diff --git a/nvidia/vllm/README.md b/nvidia/vllm/README.md index 2beb419..24bd32f 100644 --- a/nvidia/vllm/README.md +++ b/nvidia/vllm/README.md @@ -354,7 +354,7 @@ Expected response should contain `"content": "204"` or similar mathematical calc | Symptom | Cause | Fix | |---------|--------|-----| | CUDA version mismatch errors | Wrong CUDA toolkit version | Reinstall CUDA 12.9 using exact installer | -| Container registry authentication fails | Invalid or expired GitLab token | Generate new token from ****** | +| Container registry authentication fails | Invalid or expired GitLab token | Generate new auth token | | SM_121a architecture not recognized | Missing LLVM patches | Verify SM_121a patches applied to LLVM source | | Reduce MAX_JOBS to 1-2, add swap space | | Environment variables not set | diff --git a/nvidia/vlm-finetuning/README.md b/nvidia/vlm-finetuning/README.md index 9bcb68d..8baf776 100644 --- a/nvidia/vlm-finetuning/README.md +++ b/nvidia/vlm-finetuning/README.md @@ -83,8 +83,8 @@ sudo usermod -aG docker $USER In a terminal, clone the repository and navigate to the VLM fine-tuning directory. ```bash -git clone https://******/spark-playbooks/dgx-spark-playbook-assets.git -cd dgx-spark-playbook-assets/vlm-finetuning +git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main dgx-spark-playbooks +cd dgx-spark-playbooks/nvidia/vlm-finetuning ``` ## Step 3. Build the Docker container