Skip to content

build(deps): bump openvino from 2026.2.1 to 2026.3.0 in /camera-ui-openvino - #293

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/camera-ui-openvino/openvino-2026.3.0
Open

build(deps): bump openvino from 2026.2.1 to 2026.3.0 in /camera-ui-openvino#293
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/camera-ui-openvino/openvino-2026.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown

Bumps openvino from 2026.2.1 to 2026.3.0.

Release notes

Sourced from openvino's releases.

2026.3.0

Summary of major features and improvements  

  • More GenAI coverage and framework integrations to minimize code changes

    • New models supported:
      • On CPU, GPU, and NPU: SmolLM3-3B, LFM2-1.2B, LFM2.5-1.2B
      • On CPU and GPU: Harrier OSS-v1-0.6B, Qwen3-8B with EAGLE-3, MiniCPM5-1B, FLUX.2-klein-4B
      • Extended to GPU and NPU: YOLO26
      • Additional models available as early releases on CPU and GPU: Qwen3-ASR, Qwen3-Omni, Gemma-3n, Qwen3-VL-Embedding-8B, Kokoro-82M
    • Support for Hugging Face Transformers v5.5, ensuring compatibility with the latest model architectures on Hugging Face
  • Broader LLM model support and more model compression techniques

    • OpenVINO™ GenAI extends the EAGLE-3 speculative decoding pipeline to LLMs and VLMs, enhancing existing continuous batching and adding Top-K sampling to deliver additional token-generation speedups on CPUs, GPUs, and NPUs.
    • Added GroupedMatMul to accelerate native execution of Mixture-of-Experts (MoE) models, enabling faster support for new MoE architectures and improving their out-of-the-box performance.
    • Lazy weight loading is enabled for IR and ONNX models to automatically select an optimal loading and compilation path, minimizing peak memory usage during model initialization.
    • Neural Network Compression Framework (NNCF) now supports FP8 quantization for ONNX models, helping developers realize FP8 performance, accuracy, and memory gains while expanding low-precision inference options for production deployments.
    • OpenVINO™ GenAI now supports three additional pipelines: Omni for multimodal workloads, ASR for speech recognition, and Embedding for multimodal embedding generation.
  • More portability and performance to run AI at the edge, in the cloud, or locally.

    • Introducing support for Intel® Xeon® 6+ processors (formerly codenamed Clearwater Forest)
    • MoE offloading to disk enabled, allowing 30B MoE models like Qwen3-30B-A3B to run even on devices with 16 GB of memory while maintaining acceptable tokens-per-second (TPS) generation rates.
    • OpenVINO™ Model Server simplifies model deployment and unifies REST API endpoints, reducing command complexity while providing standard v1/chat/completions support for easier integration with other serving frameworks.
    • OpenVINO™ Model Server adds support for audio models, including Kokoro TTS and Qwen3-ASR, enabling speech generation and transcription workflows.
    • OpenVINO™ Model Server further improves stability, performance, and accuracy for LLMs such as Qwen3.5/3.6 with linear attention and extends tool-parser support to MiniCPM5-1B and LFM2.5, improving accuracy and reliability.

Support Change and Deprecation Notices

  • Discontinued in 2026.0:

    • The deprecated openvino.runtime namespace has been removed. Please use the openvino namespace directly.
    • The deprecated openvino.Type.undefined has been removed. Please use openvino.Type.dynamic instead.
    • Support for Debian 10 has been discontinued due to the end of its standard support.
    • The PostponedConstant constructor signature has been updated for improved usability:
      • Old (removed): Callable[[Tensor], None]
      • New: Callable[[], Tensor]
    • The deprecated OpenVINO™ GenAI predefined generation configs were removed.
    • The deprecated OpenVINO GenAI support for whisper stateless decoder model has been removed. Please use a stateful model.
    • The deprecated OpenVINO GenAI StreamerBase put method, bool return type for callbacks, and ChunkStreamer class has been removed.
    • NNCF create_compressed_model() method is now deprecated and removed in 2026. Please use nncf.prune() method for unstructured pruning and nncf.quantize() for INT8 quantization.
    • NNCF optimization methods for TensorFlow models and TensorFlow backend in NNCF are deprecated and removed in 2026. It is recommended to use PyTorch analogous models for training-aware optimization methods and OpenVINO™ IR, PyTorch, and ONNX models for post-training optimization methods from NNCF.
    • The following experimental NNCF methods are deprecated and removed: NAS, Structural Pruning, AutoML, Knowledge Distillation, Mixed-Precision Quantization, Movement Sparsity.
    • CPU plugin now requires support for the AVX2 instruction set as a minimum system requirement. The SSE instruction set will no longer be supported.
    • OpenVINO™ migrated builds based on RHEL 8 to RHEL 9.
    • Dropped support for the TensorFlow Serving (TFS) API in OpenVINO Model Server 2026.3. KServe API is recommended for classic model deployments.
  • Deprecated and to be removed in the future:

    • auto shape and auto batch size (reshaping a model in runtime) will be removed in the future. OpenVINO’s dynamic shape models are recommended instead.
    • Starting with 2026.0 release major internal refactoring of the graph iteration mechanism has been implemented for improved performance and maintainability. The legacy path can be enabled by setting the ONNX_ITERATOR=0 environment variable. This legacy path is deprecated and will be removed in future releases.
    • OpenVINO Model Server:
      • The dedicated OpenVINO operator for Kubernetes and OpenShift is now deprecated in favor of the recommended KServe operator. The OpenVINO operator will remain functional in upcoming OpenVINO™ Model Server releases but will no longer be actively developed. Since KServe provides broader capabilities, no loss of functionality is expected. On the contrary, more functionalities will be accessible and migration between other serving solutions and OpenVINO Model Server will be much easier.
      • Support for Stateful models will be deprecated. These capabilities were originally introduced for Kaldi audio models which is no longer relevant. Current audio models support relies on the OpenAI API, and pipelines implemented via OpenVINO GenAI library.

... (truncated)

Commits
  • 8a17657 [CI] [GHA] Backport "Update dependencies in the actions/cache" (#36853) (#3...
  • de6470e [GPU] Fix visibility mismatch for zero-copy cache load property (#37004)
  • b115f06 [GPU] Add config option to control host USM zero-copy for cache import (#36979)
  • 6dc2ffe Revert "Add section about npu dynamism (#36938)" (#36985)
  • f0ecad6 Add section about npu dynamism (#36938)
  • ce03a15 [Transformation][CPU] strided_slice branches concatenation fused into single ...
  • 21f4beb [NPUW] Fixed chunked prefill for new LFM2 IR (#36933)
  • a9e7448 [GPU] correct SDPA micro prefetch bounds (#36808)
  • 69fa6d8 [DOC] system-requirements.rst: Bump system requirements for 2026.3 (#36916)
  • 1785c8c Revert "[GPU] Keep RMS normalization nodes in FP32 to prevent NaN from FP16 o...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [openvino](https://github.com/openvinotoolkit/openvino) from 2026.2.1 to 2026.3.0.
- [Release notes](https://github.com/openvinotoolkit/openvino/releases)
- [Changelog](https://github.com/openvinotoolkit/openvino/blob/master/docs/RELEASE.MD)
- [Commits](openvinotoolkit/openvino@2026.2.1...2026.3.0)

---
updated-dependencies:
- dependency-name: openvino
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates python Pull requests that update python code labels Aug 7, 2026
@github-actions github-actions Bot added the openvino Changes to the OpenVINO plugin label Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates openvino Changes to the OpenVINO plugin python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants