Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +16 -16
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
git+https://github.com/openai/CLIP.git
|
10 |
-
yt-dlp>=2023.3.4
|
11 |
-
requests>=2.28.1
|
12 |
-
transformers
|
13 |
-
accelerate
|
14 |
-
bitsandbytes
|
15 |
-
sentencepiece
|
16 |
-
huggingface_hub>=0.19.0
|
17 |
-
urllib3>=1.26.0
|
|
|
1 |
+
torch==2.6.0
|
2 |
+
torchvision==0.21.0
|
3 |
+
numpy==2.0.2
|
4 |
+
transformers==4.52.4
|
5 |
+
accelerate==1.7.0
|
6 |
+
bitsandbytes==0.46.0
|
7 |
+
sentencepiece==0.2.0
|
8 |
+
huggingface-hub==0.31.4
|
9 |
+
ultralytics==8.3.128
|
10 |
+
opencv-python==4.11.0.86
|
11 |
+
pillow==11.2.1
|
12 |
+
gradio==5.32.0
|
13 |
+
matplotlib==3.10.0
|
14 |
+
requests==2.32.3
|
15 |
+
yt-dlp==2025.5.22
|
16 |
+
urllib3==2.4.0
|
17 |
git+https://github.com/openai/CLIP.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|