Bump openvino==2026.2.1#4105
Open
AlexanderDokuchaev wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s pinned OpenVINO dependency from 2026.2.0 to 2026.2.1 to keep example environments and the global constraints aligned with the newer OpenVINO patch release.
Changes:
- Bump
openvinopin to2026.2.1across multiple examplerequirements.txtfiles. - Update the global
constraints.txtOpenVINO pin to2026.2.1. - Update
docs/Installation.mdto reflect the new recommended OpenVINO version fordevelop.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| examples/quantization_aware_training/torch/resnet18/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/pruning/torch/resnet18/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/post_training_quantization/torch/ssd300_vgg16/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/post_training_quantization/torch/mobilenet_v2/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/post_training_quantization/torch_fx/resnet18/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/post_training_quantization/openvino/yolo26/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/post_training_quantization/openvino/mobilenet_v2/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/post_training_quantization/onnx/mobilenet_v2/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/llm_compression/torch/downstream_qat_with_nls/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/llm_compression/torch/distillation_qat_with_lora/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/llm_compression/torch_fx/tiny_llama/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/llm_compression/openvino/tiny_llama/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/llm_compression/openvino/smollm2_360m_codebook/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/llm_compression/openvino/smollm2_360m_adaptive_codebook/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| examples/llm_compression/onnx/tiny_llama_scale_estimation/requirements.txt | Bumps example OpenVINO pin to 2026.2.1. |
| docs/Installation.md | Updates develop row to recommend OpenVINO 2026.2.1. |
| constraints.txt | Updates global OpenVINO constraint to 2026.2.1. |
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 from
2026.2.0to2026.2.1Reason for changes
Related tickets
Tests
Test examples - success
Weight compression - success