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