diff --git a/nvidia/flux-finetuning/README.md b/nvidia/flux-finetuning/README.md index 066a74f..f74bac0 100644 --- a/nvidia/flux-finetuning/README.md +++ b/nvidia/flux-finetuning/README.md @@ -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 diff --git a/nvidia/jax/README.md b/nvidia/jax/README.md index eb33258..6a1dda6 100644 --- a/nvidia/jax/README.md +++ b/nvidia/jax/README.md @@ -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 diff --git a/nvidia/protein-folding/README.md b/nvidia/protein-folding/README.md index 5982d65..b30b459 100644 --- a/nvidia/protein-folding/README.md +++ b/nvidia/protein-folding/README.md @@ -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 . ``` diff --git a/nvidia/pytorch-fine-tune/README.md b/nvidia/pytorch-fine-tune/README.md index 7c697c5..4e679fa 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 +git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets cd ${MODEL}/assets ``` diff --git a/nvidia/txt2kg/README.md b/nvidia/txt2kg/README.md index 5ae9ac7..e4be38c 100644 --- a/nvidia/txt2kg/README.md +++ b/nvidia/txt2kg/README.md @@ -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 ``` diff --git a/nvidia/vlm-finetuning/README.md b/nvidia/vlm-finetuning/README.md index f6f2f84..c1658fc 100644 --- a/nvidia/vlm-finetuning/README.md +++ b/nvidia/vlm-finetuning/README.md @@ -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