Spaces:
Running
on
L40S
Running
on
L40S
Commit
β’
ee15487
1
Parent(s):
1c90661
improve compatibility by using onnx 1.16.1
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -39,7 +39,10 @@ onnxruntime-gpu==1.19.2
|
|
39 |
|
40 |
# onnx 1.16.2 has some issues it seems:
|
41 |
# https://github.com/onnx/onnx/issues/6267
|
42 |
-
onnx==1.16.2
|
|
|
|
|
|
|
43 |
|
44 |
scikit-image==0.20.0
|
45 |
albumentations==1.3.1
|
|
|
39 |
|
40 |
# onnx 1.16.2 has some issues it seems:
|
41 |
# https://github.com/onnx/onnx/issues/6267
|
42 |
+
#onnx==1.16.2
|
43 |
+
# update: I've rolled it back to 1.16.1
|
44 |
+
# see: https://github.com/jbilcke-hf/FacePoke/issues/23#issuecomment-2414714490
|
45 |
+
onnx==1.16.1
|
46 |
|
47 |
scikit-image==0.20.0
|
48 |
albumentations==1.3.1
|