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