Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +19 -5
requirements.txt
CHANGED
@@ -1,13 +1,27 @@
|
|
1 |
-
gradio
|
2 |
git+https://github.com/huggingface/transformers.git
|
|
|
|
|
3 |
transformers-stream-generator
|
|
|
|
|
4 |
qwen-vl-utils
|
|
|
|
|
|
|
5 |
torchvision
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
hf_xet
|
8 |
-
huggingface_hub
|
9 |
spaces
|
10 |
-
|
11 |
-
accelerate
|
12 |
pillow
|
|
|
|
|
|
|
|
|
13 |
av
|
|
|
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
+
git+https://github.com/huggingface/accelerate.git
|
3 |
+
git+https://github.com/huggingface/peft.git
|
4 |
transformers-stream-generator
|
5 |
+
huggingface_hub
|
6 |
+
albumentations
|
7 |
qwen-vl-utils
|
8 |
+
pyvips-binary
|
9 |
+
sentencepiece
|
10 |
+
opencv-python
|
11 |
torchvision
|
12 |
+
safetensors
|
13 |
+
matplotlib
|
14 |
+
para-attn
|
15 |
+
num2words
|
16 |
+
xformers
|
17 |
+
requests
|
18 |
+
urllib3
|
19 |
hf_xet
|
|
|
20 |
spaces
|
21 |
+
pyvips
|
|
|
22 |
pillow
|
23 |
+
gradio
|
24 |
+
einops
|
25 |
+
torch
|
26 |
+
timm
|
27 |
av
|