Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump OV version (#3100) #3103

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Openvino
openvino==2024.4.0
openvino==2024.5.0

# Pytorch
torch==2.5.1
Expand Down
3 changes: 2 additions & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ as well as the supported versions of Python:

| NNCF | OpenVINO | PyTorch | ONNX | TensorFlow | Python |
|-----------|------------|----------|----------|------------|--------|
| `develop` | `2024.4.0` | `2.5.1` | `1.17.0` | `2.15.1` | `3.10` |
| `develop` | `2024.5.0` | `2.5.1` | `1.17.0` | `2.15.1` | `3.10` |
| `2.14.0` | `2024.5.0` | `2.5.1` | `1.17.0` | `2.15.1` | `3.10` |
| `2.13.0` | `2024.4.0` | `2.4.0` | `1.16.0` | `2.15.1` | `3.8`* |
| `2.12.0` | `2024.3.0` | `2.3.0` | `1.16.0` | `2.15.1` | `3.8`* |
| `2.11.0` | `2024.2.0` | `2.3.0` | `1.16.0` | `2.12.0` | `3.8` |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
datasets
whowhatbench @ git+https://github.com/andreyanufr/who_what_benchmark.git
numpy>=1.23.5
openvino==2024.4
openvino==2024.5
optimum-intel[openvino]>=1.13.0
transformers>=4.35.2
onnx==1.17.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
torch==2.5.1
datasets==3.0.1
numpy>=1.23.5
openvino==2024.4
openvino==2024.5
optimum-intel[openvino]>=1.13.0
transformers>=4.35.2
onnx==1.17.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ scikit-learn
fastdownload
onnx==1.17.0
onnxruntime==1.19.2
openvino==2024.4
openvino==2024.5
numpy<2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.3.22
onnx==1.17.0
openvino==2024.4
openvino==2024.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anomalib==0.6.0
openvino==2024.4
openvino==2024.5
setuptools<=72.1.0
numpy<2
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ torchvision
tqdm
scikit-learn
fastdownload
openvino==2024.4
openvino==2024.5
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.3.22
onnx==1.17.0
openvino==2024.4
openvino==2024.5
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.3.22
onnx==1.17.0
openvino==2024.4
openvino==2024.5
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ tensorflow~=2.12.0; python_version < '3.9'
tensorflow~=2.15.1; python_version >= '3.9'
tensorflow-datasets
tqdm
openvino==2024.4
openvino==2024.5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastdownload==0.0.7
openvino==2024.4
openvino==2024.5
scikit-learn
torch==2.5.1
torchvision==0.20.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastdownload==0.0.7
onnx==1.17.0
openvino==2024.4
openvino==2024.5
pycocotools==2.0.7
torch==2.5.1
torchmetrics==1.0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastdownload==0.0.7
openvino==2024.4
openvino==2024.5
torch==2.5.1
torchvision==0.20.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastdownload==0.0.7
openvino==2024.4
openvino==2024.5
torch==2.5.1
torchvision==0.20.1
setuptools<=72.1.0
Loading