Spaces:
Running
on
Zero
Running
on
Zero
luigi12345
commited on
Commit
•
3934cf7
1
Parent(s):
1f2f701
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
numpy==1.24.4
|
2 |
Pillow==10.3.0
|
3 |
Requests==2.31.0
|
4 |
-
torch
|
5 |
-
torchvision
|
6 |
-
transformers
|
7 |
-
accelerate
|
8 |
-
qwen-vl-utils
|
9 |
-
|
10 |
-
|
11 |
-
python-dateutil>=2.8.2
|
12 |
-
spaces>=0.19.4
|
|
|
1 |
numpy==1.24.4
|
2 |
Pillow==10.3.0
|
3 |
Requests==2.31.0
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
git+https://github.com/huggingface/transformers.git
|
7 |
+
accelerate
|
8 |
+
qwen-vl-utils
|
9 |
+
opencv-python
|
10 |
+
python-dateutil
|
|
|
|