chore: Regenerate all playbooks

This commit is contained in:
GitLab CI 2025-10-08 20:46:47 +00:00
parent 91ba405901
commit c5a976493c
3 changed files with 5 additions and 5 deletions

View File

@ -121,8 +121,8 @@ space and network bandwidth.
```bash ```bash
## Clone OpenFold repository ## Clone OpenFold repository
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/-/blob/main
cd dgx-spark-playbooks/nvidia/protein-folding cd ${MODEL}/assets
pip install -e . pip install -e .
``` ```

View File

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

View File

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