Spaces:
Running
on
Zero
Running
on
Zero
update requirements
Browse files- requirements.txt +13 -7
requirements.txt
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
| 3 |
transformers==4.57.1
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
| 6 |
easydict
|
|
|
|
|
|
|
|
|
|
| 7 |
spaces
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
accelerate
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/accelerate.git
|
| 2 |
+
git+https://github.com/huggingface/diffusers.git
|
| 3 |
+
git+https://github.com/huggingface/peft.git
|
| 4 |
transformers==4.57.1
|
| 5 |
+
huggingface_hub
|
| 6 |
+
sentencepiece
|
| 7 |
+
torchvision
|
| 8 |
+
matplotlib
|
| 9 |
+
accelerate
|
| 10 |
easydict
|
| 11 |
+
addict
|
| 12 |
+
gradio
|
| 13 |
+
einops
|
| 14 |
spaces
|
| 15 |
+
torch
|
| 16 |
+
numpy
|
|
|