Skip to content

Post release v300#3949

Open
AlexanderDokuchaev wants to merge 5 commits intoopenvinotoolkit:developfrom
AlexanderDokuchaev:ad/post_release_300
Open

Post release v300#3949
AlexanderDokuchaev wants to merge 5 commits intoopenvinotoolkit:developfrom
AlexanderDokuchaev:ad/post_release_300

Conversation

@AlexanderDokuchaev
Copy link
Collaborator

@AlexanderDokuchaev AlexanderDokuchaev commented Feb 24, 2026

@github-actions github-actions bot added documentation Improvements or additions to documentation NNCF PT Pull requests that updates NNCF PyTorch NNCF OpenVINO Pull requests that updates NNCF OpenVINO NNCF ONNX Pull requests that updates NNCF ONNX NNCF PTQ Pull requests that updates NNCF PTQ labels Feb 24, 2026
@AlexanderDokuchaev AlexanderDokuchaev marked this pull request as ready for review February 25, 2026 11:29
@AlexanderDokuchaev AlexanderDokuchaev requested a review from a team as a code owner February 25, 2026 11:29
Copilot AI review requested due to automatic review settings February 25, 2026 11:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.0 across 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.md and 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation NNCF ONNX Pull requests that updates NNCF ONNX NNCF OpenVINO Pull requests that updates NNCF OpenVINO NNCF PT Pull requests that updates NNCF PyTorch NNCF PTQ Pull requests that updates NNCF PTQ

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants