Update INSTALLATION.md

This commit is contained in:
deepbeepmeep 2025-08-13 00:33:53 +02:00 committed by GitHub
parent d480d48d5c
commit 74f019896b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,7 @@ pip install triton-windows
pip install https://github.com/woct0rdho/SageAttention/releases/download/v2.1.1-windows/sageattention-2.1.1+cu126torch2.6.0-cp310-cp310-win_amd64.whl
# Linux (manual compilation required)
python -m pip install "setuptools<=75.8.2" --force-reinstall
git clone https://github.com/thu-ml/SageAttention
cd SageAttention
pip install -e .
@ -80,6 +81,7 @@ RTX 50XX GPUs require PyTorch 2.7.0 (beta). This version may be less stable.
```shell
# Clone and setup (same as above)
python -m pip install "setuptools<=75.8.2" --force-reinstall
git clone https://github.com/deepbeepmeep/Wan2GP.git
cd Wan2GP
conda create -n wan2gp python=3.10.9
@ -167,4 +169,4 @@ If Sage attention doesn't work:
- RTX 30XX, 40XX: Full feature support
- RTX 50XX: Beta support with PyTorch 2.7.0
For more troubleshooting, see [TROUBLESHOOTING.md](TROUBLESHOOTING.md)
For more troubleshooting, see [TROUBLESHOOTING.md](TROUBLESHOOTING.md)