From c5a976493c4c0b5dc3aa4141198a2f3152cb4cd4 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 8 Oct 2025 20:46:47 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- nvidia/protein-folding/README.md | 4 ++-- nvidia/pytorch-fine-tune/README.md | 2 +- nvidia/txt2kg/README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nvidia/protein-folding/README.md b/nvidia/protein-folding/README.md index 60f970b..5982d65 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 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 +git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main +cd ${MODEL}/assets pip install -e . ``` diff --git a/nvidia/pytorch-fine-tune/README.md b/nvidia/pytorch-fine-tune/README.md index eba507a..7c697c5 100644 --- a/nvidia/pytorch-fine-tune/README.md +++ b/nvidia/pytorch-fine-tune/README.md @@ -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/${MODEL} +git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main cd ${MODEL}/assets ``` diff --git a/nvidia/txt2kg/README.md b/nvidia/txt2kg/README.md index e1020ca..5ae9ac7 100644 --- a/nvidia/txt2kg/README.md +++ b/nvidia/txt2kg/README.md @@ -60,8 +60,8 @@ 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 txt2kg -cd txt2kg +git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main +cd ${MODEL}/assets ``` ## Step 2. Start the txt2kg services