Skip to content

Commit

Permalink
Upgrade OV and NNCF (#4123)
Browse files Browse the repository at this point in the history
* Upgrade OV and NNCF

* Update changelog
  • Loading branch information
sovrasov authored Nov 25, 2024
1 parent 299711e commit e18f7d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ All notable changes to this project will be documented in this file.
(<https://github.com/openvinotoolkit/training_extensions/pull/4053>)
- Reduce tiling unittests resource consumption
(<https://github.com/openvinotoolkit/training_extensions/pull/4073>)
- Upgrade OpenVINO to 2024.5 and NNCF to 2.14.0
(<https://github.com/openvinotoolkit/training_extensions/pull/4123>)

### Bug fixes

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
openvino==2024.4.0
openvino==2024.5.0
openvino-model-api==0.2.5
numpy==1.26.4

0 comments on commit e18f7d6

Please sign in to comment.