Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openvino for openSUSE:Factory checked in at 2026-06-09 14:22:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvino (Old) and /work/SRC/openSUSE:Factory/.openvino.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvino" Tue Jun 9 14:22:48 2026 rev:23 rq:1358029 version:2026.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openvino/openvino.changes 2026-05-12 19:31:27.110981560 +0200 +++ /work/SRC/openSUSE:Factory/.openvino.new.2375/openvino.changes 2026-06-09 14:27:14.181762703 +0200 @@ -1,0 +2,103 @@ +Wed Jun 3 10:01:44 UTC 2026 - Alessandro de Oliveira Faria <[email protected]> + +- Update to 2026.2.0 +- Summary of major features and improvements + * More GenAI coverage and framework integrations to minimize + code changes + + New models supported: Gemma 4 E2B and Gemma 4 E4B + - Only on CPUs & GPUs: Qwen3-Coder-Next, Qwen3.5, Qwen3.6, + Trinity-mini, LFM2-24B-A2B, LFM2-8B-A1B, LFM2.5-350M + - Only on CPUs: YOLO26 + - Only on GPUs: Gemma 4 31B and Gemma 4 26B-A4B + - Extended to GPUs: GPT-OSS-120B + + Scaled Dot-Product Attention (SDPA) path support added for + LFM2 models + + Support for Hugging Face Transformers v5.0, ensuring + compatibility with the latest model architecture for + enhanced interoperability. + * Broader LLM model support and more model compression + techniques + + OpenVINO™ GenAI introduces extension support for loading + custom extension libraries and registering unsupported + operations via the extensions property. + This gives developers the flexibility to run models with + custom ops that OpenVINO doesn't support out of the box. + + INT4 KV-cache compression is enabled for GPUs, with + substantial memory reduction when KV cache size is + significant, such as with large input prompts exceeding + 32K tokens. + + OpenVINO GenAI significantly reduces model loading times + on GPU when using cache blobs — preventing bottlenecks + for multi-stage AI pipelines, including agentic use + cases that rely on multiple models. + + Optimized IR read mode with independently managed + constant buffers to reduce peak memory usage by + avoiding unnecessary duplication of weight data unless + required for correctness (Linux support added in this + release). + + Preview: Enhanced XAttention accuracy on CPUs and GPUs + through by-channel INT8 KV-cache quantization (compared + to by-token INT8 KV-cache), matching the default + by-channel INT8 KV cache quantization when XAttention + is not enabled. + * More portability and performance to run AI at the edge, + in the cloud, or locally. + + OpenVINO™ GenAI extends its JavaScript API to include a + Text-to-Speech pipeline and VLM samples for browser and + Node.js developers. + + Prompt Lookup Decoding extended to vision-language + pipelines, delivering significantly faster token + generation for multimodal workloads on Intel CPUs + and GPUs. + + OpenVINO™ GenAI now has a smaller runtime footprint after + eliminating ICU DLL dependencies from tokenization, + leading to reduced memory usage, faster startup, and + easier deployment. + + OpenVINO™ Model Server extends tool-calling support to + Qwen 3.5 and 3.6 models to enable agentic AI use cases. + + OpenVINO™ Model Server adds streaming transcription + support for speech-to-text, reducing latency for + real-time voice applications. + +- 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. + + 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. + + manylinux2014 upgraded to manylinux_2_28. This aligns + with modern toolchain requirements but also means that + CentOS 7 will no longer be supported due to glibc + incompatibility. + +------------------------------------------------------------------- Old: ---- openvino-2026.1.0.obscpio New: ---- openvino-2026.2.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvino.spec ++++++ --- /var/tmp/diff_new_pack.J6f8lU/_old 2026-06-09 14:27:18.137926542 +0200 +++ /var/tmp/diff_new_pack.J6f8lU/_new 2026-06-09 14:27:18.137926542 +0200 @@ -1,6 +1,7 @@ # # spec file for package openvino # +# Copyright (c) 2026 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2024 Alessandro de Oliveira Faria (A.K.A. CABELO) <[email protected]> or <[email protected]> # @@ -31,13 +32,13 @@ %define pythons python3 %endif %define __builder ninja -%define so_ver 2610 +%define so_ver 2620 %define shlib lib%{name}%{so_ver} %define shlib_c lib%{name}_c%{so_ver} %define prj_name OpenVINO Name: openvino -Version: 2026.1.0 +Version: 2026.2.0 Release: 0 Summary: A toolkit for optimizing and deploying AI inference # Let's be safe and put all third party licenses here, no matter that we use specific thirdparty libs or not ++++++ _service ++++++ --- /var/tmp/diff_new_pack.J6f8lU/_old 2026-06-09 14:27:18.205929365 +0200 +++ /var/tmp/diff_new_pack.J6f8lU/_new 2026-06-09 14:27:18.213929696 +0200 @@ -2,8 +2,8 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/openvinotoolkit/openvino.git</param> <param name="scm">git</param> - <param name="revision">2026.1.0</param> - <param name="version">2026.1.0</param> + <param name="revision">2026.2.0</param> + <param name="version">2026.2.0</param> <param name="submodules">enable</param> <param name="filename">openvino</param> <param name="exclude">.git</param> ++++++ openvino-2026.1.0.obscpio -> openvino-2026.2.0.obscpio ++++++ /work/SRC/openSUSE:Factory/openvino/openvino-2026.1.0.obscpio /work/SRC/openSUSE:Factory/.openvino.new.2375/openvino-2026.2.0.obscpio differ: char 19, line 1 ++++++ openvino.obsinfo ++++++ --- /var/tmp/diff_new_pack.J6f8lU/_old 2026-06-09 14:27:18.317934014 +0200 +++ /var/tmp/diff_new_pack.J6f8lU/_new 2026-06-09 14:27:18.321934179 +0200 @@ -1,5 +1,5 @@ name: openvino -version: 2026.1.0 -mtime: 1774449323 -commit: 63e31528c62d3eee06733efa63915ce04bd86f47 +version: 2026.2.0 +mtime: 1779700483 +commit: 52ddc07385712456dd9f8c5ecf05d7e49c6da329
