Post Release 3.3.0 Actions - #4165
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Post-release housekeeping for NNCF 3.3.0: updates OpenVINO pins across examples/tests and records the 3.3.0 changelog in ReleaseNotes.md, plus updates the installation compatibility table.
Changes:
- Bump
openvinofrom2026.2.1to2026.3.0across constraints, tests, and example requirement sets. - Add the “New in Release 3.3.0” section to
ReleaseNotes.md. - Update
docs/Installation.mdcompatibility table (note: the3.3.0ONNX version appears inconsistent with the 3.3.0 release notes/constraints).
Reviewed changes
Copilot reviewed 28 out of 28 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/executorch/requirements.txt | Bump OpenVINO pin to 2026.3.0 for ExecuTorch tests. |
| ReleaseNotes.md | Add release notes section for NNCF 3.3.0. |
| examples/quantization_aware_training/torch/resnet18/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/quantization_aware_training/torch/anomalib/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/pruning/torch/resnet18/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/post_training_quantization/torch/ssd300_vgg16/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/post_training_quantization/torch/mobilenet_v2/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/post_training_quantization/torch_fx/resnet18/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/post_training_quantization/openvino/yolo26/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/post_training_quantization/openvino/mobilenet_v2/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/post_training_quantization/onnx/mobilenet_v2/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/torch/downstream_qat_with_nls/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/torch/distillation_qat_with_lora/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/torch_fx/tiny_llama/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/openvino/tiny_llama/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/openvino/smollm2_360m_codebook/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/openvino/smollm2_360m_adaptive_codebook/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/onnx/tiny_llama/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/onnx/tiny_llama_scale_estimation/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| examples/llm_compression/onnx/smollm2_360m_fp8/requirements.txt | Bump OpenVINO pin to 2026.3.0. |
| docs/Installation.md | Update OpenVINO for develop and add 3.3.0 compatibility row. |
| constraints.txt | Bump global OpenVINO constraint to 2026.3.0. |
andrey-churkin
approved these changes
Aug 6, 2026
MaximProshin
approved these changes
Aug 6, 2026
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 openvino
Release notes
Reason for changes
Related tickets
Tests
Weight compression - success
Test examples - success
PTQ-883 - success