Fix curl command for fetching test script

Updated the curl command to fetch the test script from the raw GitHub URL.
This commit is contained in:
byoshimi-gmail 2025-11-03 20:15:51 -08:00 committed by GitHub
parent af0833dd53
commit 8a494c941b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.