Skip to content

update ov runtime and bump demos reqs#4186

Open
dtrawins wants to merge 2 commits intomainfrom
ov0506
Open

update ov runtime and bump demos reqs#4186
dtrawins wants to merge 2 commits intomainfrom
ov0506

Conversation

@dtrawins
Copy link
Copy Markdown
Collaborator

@dtrawins dtrawins commented May 6, 2026

🛠 Summary

Update OV Runtime

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

Copilot AI review requested due to automatic review settings May 6, 2026 21:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates OpenVINO / GenAI source pins and nightly package URLs, and adjusts Python demo dependency requirements to align with the updated runtime stack.

Changes:

  • Bump OpenVINO / Tokenizers / GenAI source commit SHAs and nightly GenAI package URLs in versions.mk.
  • Update the CLIP image classification demo client requirements by removing the NumPy <2 cap.
  • Update the CLIP model download/conversion requirements by relaxing pins for transformers and torch.
  • Bump optimum-intel commit and OpenVINO nightly wheel versions used by the demo export tooling.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
versions.mk Updates OV/Tokenizers/GenAI commit pins and nightly package URLs to a newer build.
demos/python_demos/clip_image_classification/requirements.txt Removes the NumPy <2 constraint for the demo client environment.
demos/python_demos/clip_image_classification/download_model_requirements.txt Relaxes dependency constraints for model download/conversion (transformers/torch).
demos/common/export_models/requirements.txt Updates export tool dependencies (optimum-intel commit, OpenVINO nightly wheel versions).

@@ -1,2 +1,2 @@
tritonclient[all]==2.51.0
numpy<2.0.0 No newline at end of file
numpy No newline at end of file
Comment on lines +3 to +6
openvino==2026.1.*
numpy<2.0
transformers>=4.54,<4.58
transformers<5.1
pillow==12.2.0
torch==2.8.0+cpu
torch No newline at end of file
@dtrawins dtrawins requested review from atobiszei, mzegla and rasapala May 7, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants