Merge 79c8b31a1e46c9d45d6629a527e81242da541089 into 1c10b33f9bbc75114053bc041851b60767791783

This commit is contained in:
Anirudh M 2025-10-15 22:12:03 +01:00 committed by GitHub
commit 3265d90eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,6 +255,8 @@ This is the command to install the Pytorch xpu nightly which might have some per
Nvidia users should install stable pytorch using this command: Nvidia users should install stable pytorch using this command:
> **NOTE**: The --index-url depends on your CUDA version.
```pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu129``` ```pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu129```
This is the command to install pytorch nightly instead which might have performance improvements. This is the command to install pytorch nightly instead which might have performance improvements.