Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
-
|
3 |
-
torch==2.4.1
|
4 |
-
torchvision==0.19.1
|
5 |
-
torchaudio==2.4.1
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
14 |
tensorboard==2.19.0
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
|
3 |
+
torch==2.4.1
|
4 |
+
torchvision==0.19.1
|
5 |
+
torchaudio==2.4.1
|
6 |
+
numpy<2.0
|
7 |
+
gradio==5.35.0
|
8 |
+
insightface==0.7.3
|
9 |
+
onnxruntime-gpu==1.14.1
|
10 |
+
torchreid==0.2.5
|
11 |
+
ultralytics==8.3.161
|
12 |
+
gdown==5.2.0
|
13 |
+
gradio==5.35.0
|
14 |
+
lap==0.5.12
|
15 |
tensorboard==2.19.0
|