Spaces:
Running on Zero
Running on Zero
update requirements
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 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 |
huggingface_hub
|
| 5 |
sentencepiece
|
| 6 |
-
transformers
|
| 7 |
torchvision
|
|
|
|
| 8 |
spaces
|
| 9 |
torch
|
| 10 |
-
numpy
|
|
|
|
|
|
| 1 |
git+https://github.com/huggingface/accelerate.git
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
|
|
|
| 3 |
huggingface_hub
|
| 4 |
sentencepiece
|
| 5 |
+
transformers==4.57.6
|
| 6 |
torchvision
|
| 7 |
+
gradio==6.14.0
|
| 8 |
spaces
|
| 9 |
torch
|
| 10 |
+
numpy
|
| 11 |
+
peft
|