mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-21 17:43:52 +00:00
fix: correct instructions of PyTorch version to CUDA 13.0
This commit is contained in:
parent
373591c46f
commit
8e4b20b301
@ -93,13 +93,13 @@ Verify the virtual environment is active by checking the command prompt shows `(
|
||||
|
||||
## Step 3. Install PyTorch with CUDA support
|
||||
|
||||
Install PyTorch with CUDA 12.9 support.
|
||||
Install PyTorch with CUDA 13.0 support.
|
||||
|
||||
```bash
|
||||
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130
|
||||
```
|
||||
|
||||
This installation targets CUDA 12.9 compatibility with Blackwell architecture GPUs.
|
||||
This installation targets CUDA 13.0 compatibility with Blackwell architecture GPUs.
|
||||
|
||||
## Step 4. Clone ComfyUI repository
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user