Update INSTALLATION.md

Updated Pytorch, torchvision and torchaudio to 2.7 compatability
This commit is contained in:
gravis 2025-08-13 13:17:41 -05:00 committed by GitHub
parent 74f019896b
commit 7f1351dae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ This guide covers installation for different GPU generations and operating syste
## Installation for RTX 10XX to RTX 40XX (Stable) ## Installation for RTX 10XX to RTX 40XX (Stable)
This installation uses PyTorch 2.6.0 which is well-tested and stable. This installation uses PyTorch 2.7.0 which is well-tested and stable.
### Step 1: Download and Setup Environment ### Step 1: Download and Setup Environment
@ -27,8 +27,8 @@ conda activate wan2gp
### Step 2: Install PyTorch ### Step 2: Install PyTorch
```shell ```shell
# Install PyTorch 2.6.0 with CUDA 12.4 # Install PyTorch 2.7.0 with CUDA 12.4
pip install torch==2.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124 pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --extra-index-url https://download.pytorch.org/whl/cu124
``` ```
### Step 3: Install Dependencies ### Step 3: Install Dependencies