Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates OpenVINO-related dependency pins and nightly package URLs for the 2026-08-20 builds.
Changes:
- Refreshes OpenVINO, Tokenizers, and GenAI commits.
- Updates Linux and Windows GenAI package URLs.
Suppressed comments (2)
versions.mk:24
- These values now live in
versions.mk, buttools/update_ov/update_ov.pystill searchesMakefileforOV_SOURCE_BRANCH ?=andOV_TOKENIZERS_BRANCH ?=. Those patterns no longer occur inMakefile, so rerunning the repository's dependency-update script will leave these SHAs unchanged and future source builds can silently use stale commits. Please migrate the updater to read and writeversions.mkin the same change.
OV_SOURCE_BRANCH ?= 14db3f4a1cd1579747ec65dd0ad6873b44395c6b
OV_TOKENIZERS_BRANCH ?= c478b92dce7889f14a0e4e956fb58428f4e98888
OV_GENAI_BRANCH ?= 7c6f0fa61eb5197ef59d8f6dd1edbc9879b80e92
versions.mk:35
- The package URLs are now centralized here, but
tools/update_ov/update_ov.pystill writes package links to the oldMakefileassignments and the old directGENAI_PACKAGE_URLassignment in the Windows script. Those targets no longer exist, so future updater runs will not refresh any of these URLs. Please migrate the updater to write these four variables inversions.mkand preserve the Windows fallback behavior.
DLDT_PACKAGE_URL_UBUNTU24 ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.4.0.0.dev20260820/openvino_genai_ubuntu24_2026.4.0.0.dev20260820_x86_64.tar.gz
DLDT_PACKAGE_URL_UBUNTU22 ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.4.0.0.dev20260820/openvino_genai_ubuntu22_2026.4.0.0.dev20260820_x86_64.tar.gz
DLDT_PACKAGE_URL_RHEL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.4.0.0.dev20260820/openvino_genai_rhel8_2026.4.0.0.dev20260820_x86_64.tar.gz
GENAI_PACKAGE_URL_WINDOWS ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.4.0.0.dev20260820/openvino_genai_windows_2026.4.0.0.dev20260820_x86_64.zip
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
ngrozae
approved these changes
Aug 21, 2026
michalkulakowski
approved these changes
Aug 21, 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.
🛠 Summary
🧪 Checklist
``