We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decfdbe commit 63f71fbCopy full SHA for 63f71fb
pyproject.toml
@@ -83,7 +83,7 @@ xpu = [
83
"timm==1.0.3",
84
"openvino==2024.3",
85
"openvino-dev==2024.3",
86
- "openvino-model-api==0.2.2.2",
+ "openvino-model-api==0.2.5",
87
"onnx==1.16.2",
88
"onnxconverter-common==1.14.0",
89
"nncf==2.12.0",
@@ -97,7 +97,7 @@ base = [
97
98
99
100
101
102
103
src/otx/core/exporter/exportable_code/demo/requirements.txt
@@ -1,3 +1,3 @@
1
openvino==2024.3.0
2
-openvino-model-api==0.2.2.2
+openvino-model-api==0.2.5
3
numpy==1.26.4
0 commit comments