Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
onnxruntime-gpu==1.18.0
|
2 |
transformers==4.33.0
|
3 |
pyyaml==6.0.1
|
@@ -41,4 +43,5 @@ torch_ema==0.3
|
|
41 |
warmup_scheduler==0.3
|
42 |
yacs==0.1.8
|
43 |
numpy==1.24.4
|
44 |
-
dlib==19.24.99
|
|
|
|
1 |
+
pytorch==2.3.0
|
2 |
+
torchvision==0.18.0
|
3 |
onnxruntime-gpu==1.18.0
|
4 |
transformers==4.33.0
|
5 |
pyyaml==6.0.1
|
|
|
43 |
warmup_scheduler==0.3
|
44 |
yacs==0.1.8
|
45 |
numpy==1.24.4
|
46 |
+
dlib==19.24.99
|
47 |
+
huggingface-hub
|