Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +14 -9
requirements.txt
CHANGED
@@ -1,11 +1,16 @@
|
|
1 |
-
accelerate
|
2 |
-
git+https://github.com/huggingface/transformers.git
|
3 |
-
gradio
|
4 |
-
spaces
|
5 |
-
torch
|
6 |
-
torchvision
|
7 |
huggingface_hub
|
8 |
opencv-python
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub
|
2 |
opencv-python
|
3 |
+
git+https://github.com/huggingface/transformers.git
|
4 |
+
gradio_client==1.3.0
|
5 |
+
qwen-vl-utils==0.0.2
|
6 |
+
transformers-stream-generator==0.0.4
|
7 |
+
accelerate
|
8 |
+
diffusers==0.32.2
|
9 |
+
peft
|
10 |
+
torch==2.4.0
|
11 |
+
torchvision==0.19.0
|
12 |
+
sentencepiece
|
13 |
+
spaces
|
14 |
+
requests
|
15 |
+
safetensors
|
16 |
+
av
|