Spaces:
Running on Zero
Running on Zero
update requirements
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 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.3
|
| 5 |
huggingface_hub
|
| 6 |
-
sentencepiece
|
|
|
|
| 7 |
torchvision
|
|
|
|
| 8 |
kernels
|
| 9 |
spaces
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
torch==2.8.0
|
| 13 |
-
numpy
|
| 14 |
-
av
|
|
|
|
| 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==4.57.3
|
| 7 |
torchvision
|
| 8 |
+
supervision
|
| 9 |
kernels
|
| 10 |
spaces
|
| 11 |
+
torch==2.11.0
|
| 12 |
+
numpy
|
|
|
|
|
|
|
|
|