From e18f7d66b9b618d72c4c5922e825404ad64b15d1 Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Mon, 25 Nov 2024 13:30:51 +0100 Subject: [PATCH] Upgrade OV and NNCF (#4123) * Upgrade OV and NNCF * Update changelog --- CHANGELOG.md | 2 ++ pyproject.toml | 6 +++--- src/otx/core/exporter/exportable_code/demo/requirements.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a583161c..257daafa76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ All notable changes to this project will be documented in this file. () - Reduce tiling unittests resource consumption () +- Upgrade OpenVINO to 2024.5 and NNCF to 2.14.0 + () ### Bug fixes diff --git a/pyproject.toml b/pyproject.toml index f4c60f63c4..0f92eb238c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,12 +77,12 @@ base = [ "lightning==2.4.0", "pytorchcv==0.0.67", "timm==1.0.3", - "openvino==2024.4", - "openvino-dev==2024.4", + "openvino==2024.5", + "openvino-dev==2024.5", "openvino-model-api==0.2.5", "onnx==1.17.0", "onnxconverter-common==1.14.0", - "nncf==2.13.0", + "nncf==2.14.0", "anomalib[core]==1.1.0", ] diff --git a/src/otx/core/exporter/exportable_code/demo/requirements.txt b/src/otx/core/exporter/exportable_code/demo/requirements.txt index cb53552280..9e4e68ff91 100644 --- a/src/otx/core/exporter/exportable_code/demo/requirements.txt +++ b/src/otx/core/exporter/exportable_code/demo/requirements.txt @@ -1,3 +1,3 @@ -openvino==2024.4.0 +openvino==2024.5.0 openvino-model-api==0.2.5 numpy==1.26.4