Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -20
requirements.txt
CHANGED
|
@@ -1,25 +1,12 @@
|
|
| 1 |
-
gradio>=4.0.0
|
| 2 |
-
torch>=2.0.0
|
| 3 |
-
torchvision>=0.15.0
|
| 4 |
-
numpy>=1.21.0
|
| 5 |
-
Pillow>=9.0.0
|
| 6 |
-
opencv-python>=4.8.0
|
| 7 |
-
transformers>=4.30.0
|
| 8 |
-
diffusers>=0.20.0
|
| 9 |
-
accelerate>=0.20.0
|
| 10 |
-
safetensors>=0.3.0
|
| 11 |
-
xformers>=0.0.20
|
| 12 |
-
scipy>=1.9.0
|
| 13 |
-
requests>=2.28.0
|
| 14 |
-
tqdm>=4.65.0
|
| 15 |
-
omegaconf>=2.3.0
|
| 16 |
-
einops>=0.6.0
|
| 17 |
-
timm>=0.9.0
|
| 18 |
-
opencv-contrib-python>=4.8.0
|
| 19 |
git+https://github.com/huggingface/diffusers.git
|
| 20 |
git+https://github.com/huggingface/transformers.git
|
| 21 |
git+https://github.com/huggingface/accelerate.git
|
|
|
|
| 22 |
sentencepiece
|
| 23 |
git+https://github.com/huggingface/peft.git
|
| 24 |
-
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git
|
| 2 |
git+https://github.com/huggingface/transformers.git
|
| 3 |
git+https://github.com/huggingface/accelerate.git
|
| 4 |
+
safetensors
|
| 5 |
sentencepiece
|
| 6 |
git+https://github.com/huggingface/peft.git
|
| 7 |
+
gradio>=4.0.0
|
| 8 |
+
torch>=2.0.0
|
| 9 |
+
numpy>=1.21.0
|
| 10 |
+
Pillow>=9.0.0
|
| 11 |
+
opencv-python>=4.8.0
|
| 12 |
+
spaces
|