Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -2,18 +2,17 @@ torch==2.4.0
|
|
| 2 |
torchvision==0.19.0
|
| 3 |
transformers-stream-generator==0.0.4
|
| 4 |
gradio_client==1.3.0
|
|
|
|
|
|
|
| 5 |
ultralytics
|
| 6 |
-
|
| 7 |
huggingface_hub
|
| 8 |
-
git+https://github.com/huggingface/diffusers.git
|
| 9 |
git+https://github.com/huggingface/transformers.git
|
| 10 |
-
git+https://github.com/huggingface/accelerate.git
|
| 11 |
-
git+https://github.com/huggingface/peft.git
|
| 12 |
openai==1.58.1
|
| 13 |
sentencepiece
|
| 14 |
pandas
|
|
|
|
| 15 |
scipy
|
| 16 |
-
soundfile
|
| 17 |
asyncio
|
| 18 |
opencv-python
|
| 19 |
supervision
|
|
@@ -29,4 +28,4 @@ av
|
|
| 29 |
audiosegment
|
| 30 |
edge-tts
|
| 31 |
trimesh
|
| 32 |
-
qwen-vl-utils==0.0.
|
|
|
|
| 2 |
torchvision==0.19.0
|
| 3 |
transformers-stream-generator==0.0.4
|
| 4 |
gradio_client==1.3.0
|
| 5 |
+
diffusers
|
| 6 |
+
accelerate
|
| 7 |
ultralytics
|
| 8 |
+
peft
|
| 9 |
huggingface_hub
|
|
|
|
| 10 |
git+https://github.com/huggingface/transformers.git
|
|
|
|
|
|
|
| 11 |
openai==1.58.1
|
| 12 |
sentencepiece
|
| 13 |
pandas
|
| 14 |
+
requests
|
| 15 |
scipy
|
|
|
|
| 16 |
asyncio
|
| 17 |
opencv-python
|
| 18 |
supervision
|
|
|
|
| 28 |
audiosegment
|
| 29 |
edge-tts
|
| 30 |
trimesh
|
| 31 |
+
qwen-vl-utils==0.0.2
|