Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -3,16 +3,20 @@ torchvision==0.19.0
|
|
3 |
transformers-stream-generator==0.0.4
|
4 |
gradio_client==1.3.0
|
5 |
ultralytics
|
|
|
6 |
peft
|
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 |
openai==1.58.1
|
12 |
sentencepiece
|
|
|
13 |
pandas
|
14 |
requests
|
15 |
scipy
|
|
|
16 |
asyncio
|
17 |
opencv-python
|
18 |
supervision
|
|
|
3 |
transformers-stream-generator==0.0.4
|
4 |
gradio_client==1.3.0
|
5 |
ultralytics
|
6 |
+
requests
|
7 |
peft
|
8 |
huggingface_hub
|
9 |
git+https://github.com/huggingface/diffusers.git
|
10 |
git+https://github.com/huggingface/transformers.git
|
11 |
git+https://github.com/huggingface/accelerate.git
|
12 |
+
git+https://github.com/huggingface/peft.git
|
13 |
openai==1.58.1
|
14 |
sentencepiece
|
15 |
+
backoff
|
16 |
pandas
|
17 |
requests
|
18 |
scipy
|
19 |
+
soundfile
|
20 |
asyncio
|
21 |
opencv-python
|
22 |
supervision
|