Update PyTorch installation instructions for version 2.8.0

This commit is contained in:
Deniz Şafak
2025-10-30 12:07:19 +03:00
committed by GitHub
parent 334c0654ca
commit 4b175c7cf2
+1 -1
View File
@@ -42,7 +42,7 @@ python -m venv venv
venv\Scripts\activate venv\Scripts\activate
# For NVIDIA GPUs: # For NVIDIA GPUs:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128 pip install torch==2.8.0 torchaudio==2.8.0 torchvision==0.23.0 --index-url https://download.pytorch.org/whl/cu128
# For AMD GPUs: # For AMD GPUs:
# Not supported yet, because ROCm is not available on Windows. Use Linux if you have AMD GPU. # Not supported yet, because ROCm is not available on Windows. Use Linux if you have AMD GPU.