From 8a494c941b623244da2c00cf9a2a103c910efca5 Mon Sep 17 00:00:00 2001 From: byoshimi-gmail <85795580+byoshimi-gmail@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:15:51 -0800 Subject: [PATCH] Fix curl command for fetching test script Updated the curl command to fetch the test script from the raw GitHub URL. --- nvidia/unsloth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia/unsloth/README.md b/nvidia/unsloth/README.md index 3e009ef..703208e 100644 --- a/nvidia/unsloth/README.md +++ b/nvidia/unsloth/README.md @@ -99,7 +99,7 @@ pip install --no-deps bitsandbytes Curl the test script [here](https://github.com/NVIDIA/dgx-spark-playbooks/blob/main/nvidia/unsloth/assets/test_unsloth.py) into the container. ```bash -curl -O https://github.com/NVIDIA/dgx-spark-playbooks/blob/main/nvidia/unsloth/assets/test_unsloth.py +curl -O https://raw.githubusercontent.com/NVIDIA/dgx-spark-playbooks/refs/heads/main/nvidia/unsloth/assets/test_unsloth.py ``` We will use this test script to validate the installation with a simple fine-tuning task.