Spaces:
Running on Zero
Running on Zero
Downgrade transformers version to 4.57.6
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
|
|
|
|
|
| 1 |
git+https://github.com/linoytsaban/diffusers.git@wan22-loras
|
| 2 |
-
|
| 3 |
-
transformers
|
| 4 |
accelerate
|
|
|
|
| 5 |
safetensors
|
| 6 |
sentencepiece
|
| 7 |
-
peft
|
| 8 |
ftfy
|
| 9 |
imageio-ffmpeg
|
| 10 |
opencv-python
|
| 11 |
-
torchao==0.11.0
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/nightly/cu126
|
| 2 |
+
torch<2.9
|
| 3 |
git+https://github.com/linoytsaban/diffusers.git@wan22-loras
|
| 4 |
+
transformers==4.57.6
|
|
|
|
| 5 |
accelerate
|
| 6 |
+
peft
|
| 7 |
safetensors
|
| 8 |
sentencepiece
|
|
|
|
| 9 |
ftfy
|
| 10 |
imageio-ffmpeg
|
| 11 |
opencv-python
|
| 12 |
+
torchao==0.11.0
|
| 13 |
+
spaces
|
| 14 |
+
psutil<6
|
| 15 |
+
fsspec<=2025.10.0
|