chore: Regenerate all playbooks

This commit is contained in:
GitLab CI 2025-10-08 21:18:30 +00:00
parent 1649b10d92
commit 3aea2df880
6 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@ sudo usermod -aG docker $USER
In a terminal, clone the repository and navigate to the flux-finetuning directory.
```bash
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main dgx-spark-playbooks
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets dgx-spark-playbooks
```
## Step 3. Model download

View File

@ -95,7 +95,7 @@ sudo systemctl restart docker
## Step 2. Clone the playbook repository
```bash
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets
```
## Step 3. Build the Docker image

View File

@ -121,7 +121,7 @@ space and network bandwidth.
```bash
## Clone OpenFold repository
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets
cd ${MODEL}/assets
pip install -e .
```

View File

@ -98,7 +98,7 @@ huggingface-cli login
## Step 6: Clone the git repo with fine-tuning recipes
```bash
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets
cd ${MODEL}/assets
```

View File

@ -60,7 +60,7 @@ The setup includes:
In a terminal, clone the txt2kg repository and navigate to the project directory.
```bash
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets
cd ${MODEL}/assets
```

View File

@ -82,7 +82,7 @@ sudo usermod -aG docker $USER
In a terminal, clone the repository and navigate to the VLM fine-tuning directory.
```bash
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets
```
## Step 3. Build the Docker container