mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-23 18:33:54 +00:00
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:
parent
af0833dd53
commit
8a494c941b
@ -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.
|
Curl the test script [here](https://github.com/NVIDIA/dgx-spark-playbooks/blob/main/nvidia/unsloth/assets/test_unsloth.py) into the container.
|
||||||
|
|
||||||
```bash
|
```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.
|
We will use this test script to validate the installation with a simple fine-tuning task.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user