Merge pull request #733 from gravis778/patch-3

Update INSTALLATION.md
This commit is contained in:
deepbeepmeep 2025-08-13 21:24:41 +02:00 committed by GitHub
commit c495c41ad7
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)
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
@ -27,8 +27,8 @@ conda activate wan2gp
### Step 2: Install PyTorch
```shell
# Install PyTorch 2.6.0 with CUDA 12.4
pip install torch==2.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124
# Install PyTorch 2.7.0 with CUDA 12.4
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