Add wheel installation to README dependencies

This commit is contained in:
Alex Nolasco
2025-08-24 14:11:19 -04:00
committed by GitHub
parent 19e5570dfa
commit 92f4b54f6d
+2 -1
View File
@@ -140,7 +140,8 @@ pip install -U xformers==0.0.28 --index-url https://download.pytorch.org/whl/cu1
pip install misaki[en]
pip install ninja
pip install psutil
pip install packaging
pip install packaging
pip install wheel
pip install flash_attn==2.7.4.post1
```