fix: correct instructions of PyTorch version to CUDA 13.0

This commit is contained in:
Takumi Kato 2025-12-04 23:12:43 +09:00 committed by GitHub
parent 373591c46f
commit 8e4b20b301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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