From 909ce0ac03f78b890d9fb774da153aaaf9b59e1a Mon Sep 17 00:00:00 2001 From: Alexander Suslov Date: Fri, 20 Dec 2024 11:21:34 +0400 Subject: [PATCH] openvino==2024.6 (#3162) ### Changes Bumped openvino==2024.6 https://github.com/openvinotoolkit/nncf/actions/runs/12413203628 https://github.com/openvinotoolkit/nncf/actions/workflows/install.yml job/manual/job/post_training_weight_compression/287/ job/manual/job/post_training_quantization/583/ job/nightly/job/e2e_onnx_model_zoo/849/ job/nightly/job/TriggerBetta/916/ job/NNCF/job/nightly/job/tf_full/841/ --------- Co-authored-by: Nikita Malinin --- constraints.txt | 2 +- docs/Installation.md | 3 ++- .../llm_compression/openvino/smollm2_360m_fp8/requirements.txt | 2 +- examples/llm_compression/openvino/tiny_llama/requirements.txt | 1 + .../openvino/tiny_llama_find_hyperparams/requirements.txt | 2 +- .../openvino/tiny_llama_synthetic_data/requirements.txt | 2 +- .../onnx/mobilenet_v2/requirements.txt | 2 +- .../yolov8_quantize_with_accuracy_control/requirements.txt | 2 +- .../requirements.txt | 2 +- .../openvino/mobilenet_v2/requirements.txt | 2 +- .../openvino/yolov8/requirements.txt | 2 +- .../yolov8_quantize_with_accuracy_control/requirements.txt | 2 +- .../tensorflow/mobilenet_v2/requirements.txt | 2 +- .../torch/mobilenet_v2/requirements.txt | 2 +- .../torch/ssd300_vgg16/requirements.txt | 2 +- .../torch_fx/resnet18/requirements.txt | 2 +- .../torch/resnet18/requirements.txt | 2 +- 17 files changed, 18 insertions(+), 16 deletions(-) diff --git a/constraints.txt b/constraints.txt index 30a61be45b4..76f6fd839bd 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,5 +1,5 @@ # Openvino -openvino==2024.5.0 +openvino==2024.6.0 # Pytorch torch==2.5.1 diff --git a/docs/Installation.md b/docs/Installation.md index 16d88494e98..7130e784762 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -49,7 +49,8 @@ as well as the supported versions of Python: | NNCF | OpenVINO | PyTorch | ONNX | TensorFlow | Python | |-----------|------------|----------|----------|------------|--------| -| `develop` | `2024.5.0` | `2.5.1` | `1.17.0` | `2.15.1` | `3.10` | +| `develop` | `2024.6.0` | `2.5.1` | `1.17.0` | `2.15.1` | `3.10` | +| `2.14.1` | `2024.6.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`* | diff --git a/examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt b/examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt index 989ea11937c..ae450477601 100644 --- a/examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt +++ b/examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt @@ -1,5 +1,5 @@ datasets -openvino==2024.5 +openvino==2024.6 optimum-intel[openvino] transformers onnx==1.17.0 diff --git a/examples/llm_compression/openvino/tiny_llama/requirements.txt b/examples/llm_compression/openvino/tiny_llama/requirements.txt index 37bf1fed187..e5df23bf41f 100644 --- a/examples/llm_compression/openvino/tiny_llama/requirements.txt +++ b/examples/llm_compression/openvino/tiny_llama/requirements.txt @@ -1,4 +1,5 @@ transformers datasets==2.14.7 +openvino==2024.6 optimum-intel[openvino] onnx==1.17.0 diff --git a/examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt b/examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt index e5e57118e2a..2c229c69c17 100644 --- a/examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt +++ b/examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt @@ -1,7 +1,7 @@ datasets whowhatbench @ git+https://github.com/andreyanufr/who_what_benchmark.git numpy>=1.23.5 -openvino==2024.5 +openvino==2024.6 optimum-intel[openvino]>=1.13.0 transformers>=4.35.2 onnx==1.17.0 diff --git a/examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt b/examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt index dfde1f7d619..77afd04dfd0 100644 --- a/examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt +++ b/examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt @@ -1,7 +1,7 @@ torch==2.5.1 datasets==3.0.1 numpy>=1.23.5 -openvino==2024.5 +openvino==2024.6 optimum-intel[openvino]>=1.13.0 transformers>=4.35.2 onnx==1.17.0 diff --git a/examples/post_training_quantization/onnx/mobilenet_v2/requirements.txt b/examples/post_training_quantization/onnx/mobilenet_v2/requirements.txt index e9abad5edb4..402c10d49ae 100644 --- a/examples/post_training_quantization/onnx/mobilenet_v2/requirements.txt +++ b/examples/post_training_quantization/onnx/mobilenet_v2/requirements.txt @@ -4,5 +4,5 @@ scikit-learn fastdownload onnx==1.17.0 onnxruntime==1.19.2 -openvino==2024.5 +openvino==2024.6 numpy<2 diff --git a/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/requirements.txt b/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/requirements.txt index 5f9b85873f1..380e8499e80 100644 --- a/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/requirements.txt +++ b/examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/requirements.txt @@ -1,4 +1,4 @@ ultralytics==8.3.22 onnx==1.17.0 onnxruntime==1.19.2 -openvino==2024.5 +openvino==2024.6 diff --git a/examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/requirements.txt b/examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/requirements.txt index f13627d2edb..09591ec74af 100644 --- a/examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/requirements.txt +++ b/examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/requirements.txt @@ -1,4 +1,4 @@ anomalib==0.6.0 -openvino==2024.5 +openvino==2024.6 setuptools<=72.1.0 numpy<2 diff --git a/examples/post_training_quantization/openvino/mobilenet_v2/requirements.txt b/examples/post_training_quantization/openvino/mobilenet_v2/requirements.txt index 42fb979ba2b..bd84e2e1e51 100644 --- a/examples/post_training_quantization/openvino/mobilenet_v2/requirements.txt +++ b/examples/post_training_quantization/openvino/mobilenet_v2/requirements.txt @@ -2,4 +2,4 @@ torchvision tqdm scikit-learn fastdownload -openvino==2024.5 +openvino==2024.6 diff --git a/examples/post_training_quantization/openvino/yolov8/requirements.txt b/examples/post_training_quantization/openvino/yolov8/requirements.txt index 796f9bacef9..b9e7f70bcce 100644 --- a/examples/post_training_quantization/openvino/yolov8/requirements.txt +++ b/examples/post_training_quantization/openvino/yolov8/requirements.txt @@ -1,3 +1,3 @@ ultralytics==8.3.22 onnx==1.17.0 -openvino==2024.5 +openvino==2024.6 diff --git a/examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/requirements.txt b/examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/requirements.txt index 796f9bacef9..b9e7f70bcce 100644 --- a/examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/requirements.txt +++ b/examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/requirements.txt @@ -1,3 +1,3 @@ ultralytics==8.3.22 onnx==1.17.0 -openvino==2024.5 +openvino==2024.6 diff --git a/examples/post_training_quantization/tensorflow/mobilenet_v2/requirements.txt b/examples/post_training_quantization/tensorflow/mobilenet_v2/requirements.txt index ea116868d8e..e1e3c89fe46 100644 --- a/examples/post_training_quantization/tensorflow/mobilenet_v2/requirements.txt +++ b/examples/post_training_quantization/tensorflow/mobilenet_v2/requirements.txt @@ -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.5 +openvino==2024.6 diff --git a/examples/post_training_quantization/torch/mobilenet_v2/requirements.txt b/examples/post_training_quantization/torch/mobilenet_v2/requirements.txt index ecadc5aa374..a67d4f94e96 100644 --- a/examples/post_training_quantization/torch/mobilenet_v2/requirements.txt +++ b/examples/post_training_quantization/torch/mobilenet_v2/requirements.txt @@ -1,5 +1,5 @@ fastdownload==0.0.7 -openvino==2024.5 +openvino==2024.6 scikit-learn torch==2.5.1 torchvision==0.20.1 diff --git a/examples/post_training_quantization/torch/ssd300_vgg16/requirements.txt b/examples/post_training_quantization/torch/ssd300_vgg16/requirements.txt index 4792214d244..ff7ab22d643 100644 --- a/examples/post_training_quantization/torch/ssd300_vgg16/requirements.txt +++ b/examples/post_training_quantization/torch/ssd300_vgg16/requirements.txt @@ -1,6 +1,6 @@ fastdownload==0.0.7 onnx==1.17.0 -openvino==2024.5 +openvino==2024.6 pycocotools==2.0.7 torch==2.5.1 torchmetrics==1.0.1 diff --git a/examples/post_training_quantization/torch_fx/resnet18/requirements.txt b/examples/post_training_quantization/torch_fx/resnet18/requirements.txt index f1050a782d2..b46777b6ed6 100644 --- a/examples/post_training_quantization/torch_fx/resnet18/requirements.txt +++ b/examples/post_training_quantization/torch_fx/resnet18/requirements.txt @@ -1,4 +1,4 @@ fastdownload==0.0.7 -openvino==2024.5 +openvino==2024.6 torch==2.5.1 torchvision==0.20.1 diff --git a/examples/quantization_aware_training/torch/resnet18/requirements.txt b/examples/quantization_aware_training/torch/resnet18/requirements.txt index 0ee68a09fd9..76c9d3cad75 100644 --- a/examples/quantization_aware_training/torch/resnet18/requirements.txt +++ b/examples/quantization_aware_training/torch/resnet18/requirements.txt @@ -1,5 +1,5 @@ fastdownload==0.0.7 -openvino==2024.5 +openvino==2024.6 torch==2.5.1 torchvision==0.20.1 setuptools<=72.1.0