Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
torch
|
| 5 |
transformers
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.6.0
|
| 2 |
+
torchvision==0.21.0
|
| 3 |
+
git+https://ghfast.top/https://github.com/huggingface/diffusers # to avoid https://github.com/huggingface/diffusers/issues/12436
|
|
|
|
| 4 |
transformers
|
| 5 |
+
accelerate
|
| 6 |
+
peft
|
| 7 |
+
protobuf
|
| 8 |
+
sentencepiece
|