Update command to install latest nighly pytorch. (#10085)

This commit is contained in:
comfyanonymous
2025-09-28 10:41:32 -07:00
committed by GitHub
parent 555f902fc1
commit b60dc31627

View File

@@ -233,7 +233,7 @@ Nvidia users should install stable pytorch using this command:
This is the command to install pytorch nightly instead which might have performance improvements.
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129```
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130```
#### Troubleshooting