Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +15 -20
requirements.txt
CHANGED
@@ -1,25 +1,20 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
2 |
av
|
3 |
-
beautifulsoup4
|
4 |
-
bitsandbytes
|
5 |
-
decord
|
6 |
-
easyocr
|
7 |
-
ffmpeg
|
8 |
-
gradio
|
9 |
-
llava==0.0.1.dev0
|
10 |
-
nltk
|
11 |
-
numpy
|
12 |
-
open-clip-torch
|
13 |
-
opencv-python
|
14 |
peft
|
15 |
-
pillow
|
16 |
-
spaces
|
17 |
-
toml
|
18 |
-
torchaudio
|
19 |
torch
|
|
|
|
|
|
|
|
|
|
|
20 |
torchvision
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
24 |
transformers-stream-generator
|
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 |
+
git+https://github.com/huggingface/peft.git
|
5 |
+
xformers
|
6 |
av
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
peft
|
|
|
|
|
|
|
|
|
8 |
torch
|
9 |
+
spaces
|
10 |
+
gradio
|
11 |
+
pillow
|
12 |
+
requests
|
13 |
+
safetensors
|
14 |
torchvision
|
15 |
+
huggingface_hub
|
16 |
+
opencv-python
|
17 |
+
sentencepiece
|
18 |
+
qwen-vl-utils
|
19 |
transformers-stream-generator
|
20 |
+
git+https://github.com/Dao-AILab/flash-attention.git
|