Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the OpenVINO / OpenVINO GenAI dependency pins used by OVMS builds by bumping source commit hashes and nightly binary package URLs.
Changes:
- Bump
OV_SOURCE_BRANCHto a newer OpenVINO commit. - Bump
OV_GENAI_BRANCHto a newer OpenVINO GenAI commit. - Update GenAI nightly binary package URLs for Ubuntu 22/24, RHEL8, and Windows to
2026.3.0.0.dev20260603.
przepeck
approved these changes
Jun 9, 2026
atobiszei
reviewed
Jun 9, 2026
| if [ "$2" = "docker" ]; then | ||
| export PATH=$PATH:/opt/intel/openvino/python/bin | ||
| python3 -m pip install "optimum-intel"@git+https://github.com/huggingface/optimum-intel.git nncf sentence_transformers==5.3.0 sentencepiece requests | ||
| python3 -m pip install "optimum-intel"@git+https://github.com/huggingface/optimum-intel.git nncf sentence_transformers==5.3.0 sentencepiece requests protobuf==7.35.0 |
Collaborator
There was a problem hiding this comment.
WHy we dont have requirements here?
atobiszei
approved these changes
Jun 9, 2026
dkalinowski
approved these changes
Jun 10, 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
Update OV Runtime
🧪 Checklist
``