Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torchvision
|
| 3 |
-
|
| 4 |
-
transformers>=4.40.0
|
| 5 |
-
accelerate>=0.30.0
|
| 6 |
-
safetensors>=0.4.0
|
| 7 |
spaces
|
| 8 |
-
|
| 9 |
-
numpy>=1.24.0
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/transformers.git@v4.57.1
|
| 2 |
+
git+https://github.com/huggingface/accelerate.git
|
| 3 |
+
git+https://github.com/huggingface/diffusers.git
|
| 4 |
+
git+https://github.com/huggingface/peft.git
|
| 5 |
+
huggingface_hub
|
| 6 |
+
sentencepiece
|
| 7 |
torchvision
|
| 8 |
+
gradio
|
|
|
|
|
|
|
|
|
|
| 9 |
spaces
|
| 10 |
+
torch
|
|
|