Skip to content

Commit

Permalink
Bump OpenVINO version
Browse files Browse the repository at this point in the history
  • Loading branch information
KodiaqQ committed Mar 4, 2024
1 parent d7f2fa5 commit 795a351
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ as well as the supported versions of Python:

| NNCF | OpenVINO | PyTorch | ONNX | TensorFlow | Python |
|-----------|------------|----------|----------|------------|--------|
| `develop` | `2023.3.0` | `2.1.2` | `1.13.1` | `2.12.0` | `3.8` |
| `develop` | `2024.4.0` | `2.1.2` | `1.13.1` | `2.12.0` | `3.8` |
| `2.9.0` | `2024.4.0` | `2.1.2` | `1.13.1` | `2.12.0` | `3.8` |
| `2.8.1` | `2023.3.0` | `2.1.2` | `1.13.1` | `2.12.0` | `3.8` |
| `2.8.0` | `2023.3.0` | `2.1.2` | `1.13.1` | `2.12.0` | `3.8` |
| `2.7.0` | `2023.2.0` | `2.1` | `1.13.1` | `2.12.0` | `3.8` |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
datasets
whowhatbench @ git+https://github.com/andreyanufr/who_what_benchmark.git
numpy>=1.23.5
openvino==2023.3.0
openvino==2024.0.0
optimum-intel[openvino]>=1.13.0
transformers>=4.35.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ scikit-learn
fastdownload
onnx~=1.13.1
onnxruntime~=1.14.1
openvino-dev==2023.3
openvino-dev==2024.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.0.170
onnx>=1.12.0
openvino-dev==2023.3
openvino-dev==2024.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
anomalib==0.6.0
openvino-dev==2023.3
openvino-dev==2024.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ torchvision
tqdm
scikit-learn
fastdownload
openvino-dev==2023.3
openvino-dev==2024.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.0.170
onnx>=1.12.0
openvino-dev==2023.3
openvino-dev==2024.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.0.170
onnx>=1.12.0
openvino-dev==2023.3
openvino-dev==2024.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorflow~=2.12.0
tensorflow-datasets
tqdm
openvino-dev==2023.3
openvino-dev==2024.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastdownload==0.0.7
openvino-dev==2023.3
openvino-dev==2024.0
scikit-learn
torch==2.1.0
torchvision==0.16.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastdownload==0.0.7
onnx==1.13.1
openvino-dev==2023.3
openvino-dev==2024.0
pycocotools==2.0.7
torch==2.0.1 # ssd300_vgg16 can not be exported with 2.1.0, reference: https://github.com/pytorch/pytorch/issues/113155
torchmetrics==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def find_version(*file_paths):

ONNX_EXTRAS = ["onnx~=1.13.1", "onnxruntime~=1.14.1;python_version < '3.11'"]

OPENVINO_EXTRAS = ["openvino==2023.3"]
OPENVINO_EXTRAS = ["openvino==2024.0"]


EXTRAS_REQUIRE = {
Expand Down
2 changes: 1 addition & 1 deletion tests/onnx/benchmarking/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycocotools
openvino-dev==2023.3
openvino-dev==2024.0
2 changes: 1 addition & 1 deletion tests/onnx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pytest-ordering>=0.6
torch==2.1.0
torchvision==0.16.0
yattag>=1.14.0
openvino-dev==2023.3
openvino-dev==2024.0
fastdownload
scikit-learn
2 changes: 1 addition & 1 deletion tests/post_training/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ onnx==1.13.1
onnxruntime==1.14.1
pytest==7.4.4
pytest-cov
openvino-dev==2023.3.0
openvino-dev==2024.0.0
optimum[onnxruntime,openvino]==1.16.0
optimum-intel @ git+https://github.com/huggingface/optimum-intel@622f585962e5e0ff5f927fd1a96fbc02b60a2e65
whowhatbench @ git+https://github.com/andreyanufr/who_what_benchmark@456d3584ce628f6c8605f37cd9a3ab2db1ebf933
Expand Down
2 changes: 1 addition & 1 deletion tests/tensorflow/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ virtualenv
# filelock 3.12.3 requires typing-extensions>=4.7.1, but tensorflow 2.12.1 requires typing-extensions<4.6.0,>=3.6.6
# TODO: remove after upgrade to TF 2.13
filelock<3.12.3
openvino-dev==2023.3
openvino-dev==2024.0
2 changes: 1 addition & 1 deletion tests/torch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ accelerate==0.24.1
datasets~=2.14.0
evaluate==0.3.0
timm==0.9.2
openvino-dev==2023.3
openvino-dev==2024.0

0 comments on commit 795a351

Please sign in to comment.