Skip to content

Conversation

@Wovchena
Copy link
Collaborator

No description provided.

@Wovchena Wovchena requested review from as-suvorov and Copilot August 13, 2025 09:56
Copy link
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 upgrades two key dependencies for machine learning and model optimization: optimum-intel from version 1.25.1 to 1.25.2, and transformers from version 4.52.4 to 4.53.3. These updates are applied consistently across both testing and export requirement files.

  • Updated optimum-intel to version 1.25.2 for improved Intel hardware optimization support
  • Updated transformers to version 4.53.3 for the latest model implementations and bug fixes

Reviewed Changes

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

File Description
tests/python_tests/requirements.txt Updates dependency versions for testing environment
samples/export-requirements.txt Updates dependency versions for model export functionality

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@Wovchena Wovchena enabled auto-merge August 13, 2025 10:49
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
openvino-tokenizers[transformers]~=2025.3.0.0.dev
optimum-intel[nncf]==1.25.1
optimum-intel[nncf] @ git+https://github.com/huggingface/optimum-intel.git@v1.25.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
optimum-intel[nncf] @ git+https://github.com/huggingface/optimum-intel.git@v1.25.2
optimum-intel[nncf]==v1.25.2

@github-actions github-actions bot added the category: GHA CI based on Github actions label Oct 16, 2025
@rkazants rkazants disabled auto-merge October 16, 2025 15:46
@github-actions github-actions bot added category: llm_bench Label for tool/llm_bench folder category: WWB PR changes WWB category: visual language Visual language pipeline category: whisper Whisper pipeline labels Oct 17, 2025
@Wovchena Wovchena enabled auto-merge October 23, 2025 07:03
@Wovchena Wovchena disabled auto-merge October 23, 2025 08:38
@Wovchena Wovchena requested a review from as-suvorov October 23, 2025 11:19
@pytest.mark.parametrize("input_prompt", ["Hello everyone"])
@pytest.mark.xfail(
reason="Missing config.json",
raises=subprocess.CalledProcessError,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Fails on win only. Checking win locally

Copy link
Collaborator

Choose a reason for hiding this comment

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

Sample works locally on Win, it's CI issue.
Let's xfail or skip for win only. Or wait for tomorrow:)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Today isn't the first day it fails

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

xpassed. So the problem was in cached model

@pytest.mark.parametrize("input_prompt", ["Hello everyone"])
@pytest.mark.xfail(
reason="Missing config.json",
raises=subprocess.CalledProcessError,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sample works locally on Win, it's CI issue.
Let's xfail or skip for win only. Or wait for tomorrow:)

@Wovchena Wovchena enabled auto-merge October 23, 2025 17:08
@Wovchena Wovchena disabled auto-merge October 24, 2025 05:37
@github-actions github-actions bot removed category: llm_bench Label for tool/llm_bench folder category: whisper Whisper pipeline labels Oct 26, 2025
@Wovchena Wovchena enabled auto-merge October 26, 2025 11:33
@Wovchena Wovchena added this pull request to the merge queue Oct 26, 2025
Merged via the queue into openvinotoolkit:master with commit e0d98b1 Oct 26, 2025
96 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants