From 4b175c7cf2ad2e73d30c3d36f4788cc4128e0de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Thu, 30 Oct 2025 12:07:19 +0300 Subject: [PATCH] Update PyTorch installation instructions for version 2.8.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6456887..00ca00f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ python -m venv venv venv\Scripts\activate # 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: # Not supported yet, because ROCm is not available on Windows. Use Linux if you have AMD GPU.