mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-25 11:23:52 +00:00
chore: Regenerate all playbooks
This commit is contained in:
parent
c76a2721b8
commit
6489f7362f
@ -75,8 +75,8 @@ sudo usermod -aG docker $USER
|
|||||||
In a terminal, clone the repository and navigate to the flux-finetuning directory.
|
In a terminal, clone the repository and navigate to the flux-finetuning directory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://******/spark-playbooks/dgx-spark-playbook-assets.git
|
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main dgx-spark-playbooks
|
||||||
cd dgx-spark-playbook-assets/flux-finetuning
|
cd dgx-spark-playbooks/nvidia/flux-finetuning
|
||||||
```
|
```
|
||||||
|
|
||||||
## Step 3. Build the Docker container
|
## Step 3. Build the Docker container
|
||||||
|
|||||||
@ -121,8 +121,8 @@ space and network bandwidth.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
## Clone OpenFold repository
|
## Clone OpenFold repository
|
||||||
git clone <OPENFOLD_REPO_URL>
|
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main dgx-spark-playbooks
|
||||||
cd openfold
|
cd dgx-spark-playbooks/nvidia/protein-folding
|
||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -354,7 +354,7 @@ Expected response should contain `"content": "204"` or similar mathematical calc
|
|||||||
| Symptom | Cause | Fix |
|
| Symptom | Cause | Fix |
|
||||||
|---------|--------|-----|
|
|---------|--------|-----|
|
||||||
| CUDA version mismatch errors | Wrong CUDA toolkit version | Reinstall CUDA 12.9 using exact installer |
|
| 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 |
|
| 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 |
|
| Reduce MAX_JOBS to 1-2, add swap space |
|
||||||
| Environment variables not set |
|
| Environment variables not set |
|
||||||
|
|||||||
@ -83,8 +83,8 @@ sudo usermod -aG docker $USER
|
|||||||
In a terminal, clone the repository and navigate to the VLM fine-tuning directory.
|
In a terminal, clone the repository and navigate to the VLM fine-tuning directory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://******/spark-playbooks/dgx-spark-playbook-assets.git
|
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main dgx-spark-playbooks
|
||||||
cd dgx-spark-playbook-assets/vlm-finetuning
|
cd dgx-spark-playbooks/nvidia/vlm-finetuning
|
||||||
```
|
```
|
||||||
|
|
||||||
## Step 3. Build the Docker container
|
## Step 3. Build the Docker container
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user