Post release v300#3949
Open
AlexanderDokuchaev wants to merge 5 commits intoopenvinotoolkit:developfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo to align with the OpenVINO 2026.0.0 release and publishes the NNCF 3.0.0 release notes, including minor code adjustments to match newer OpenVINO Python import paths.
Changes:
- Bump OpenVINO dependency pins/references to
2026.0.0across constraints and example/test requirements. - Update OpenVINO Python imports to use
import openvino as ov/import openvino.opset13 as opset. - Add “New in Release 3.0.0” section to
ReleaseNotes.mdand update the installation compatibility matrix.
Reviewed changes
Copilot reviewed 28 out of 28 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/activation_profiler/profiler.py | Switch OpenVINO import to top-level openvino module (code + doc example). |
| tests/post_training/requirements.txt | Bump whowhatbench git ref to openvino.genai@2026.0.0.0. |
| tests/openvino/native/quantization/test_gptq.py | Update opset import to openvino.opset13. |
| examples/quantization_aware_training/torch/resnet18/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/pruning/torch/resnet18/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/post_training_quantization/torch_fx/resnet18/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/post_training_quantization/torch/ssd300_vgg16/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/post_training_quantization/torch/mobilenet_v2/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/post_training_quantization/openvino/yolo26/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/post_training_quantization/openvino/mobilenet_v2/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/post_training_quantization/onnx/mobilenet_v2/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/llm_compression/torch_fx/tiny_llama/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/llm_compression/torch/downstream_qat_with_nls/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/llm_compression/torch/distillation_qat_with_lora/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt | Bump whowhatbench git ref + pin OpenVINO to 2026.0.0. |
| examples/llm_compression/openvino/tiny_llama/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/llm_compression/openvino/smollm2_360m_codebook/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/llm_compression/openvino/smollm2_360m_adaptive_codebook/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/llm_compression/onnx/tiny_llama_scale_estimation/requirements.txt | Pin OpenVINO to 2026.0.0. |
| examples/llm_compression/onnx/tiny_llama/requirements.txt | Pin OpenVINO to 2026.0.0. |
| docs/Installation.md | Update OpenVINO version for develop and add 3.0.0 row. |
| constraints.txt | Pin OpenVINO to 2026.0.0. |
| ReleaseNotes.md | Add release notes section for NNCF 3.0.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Bump OV
Release notes
Related tickets
CVS-180374
Tests
https://github.com/openvinotoolkit/nncf/actions/runs/22351917532
https://github.com/openvinotoolkit/nncf/actions/runs/22351922899