Skip to content

Conversation

@mmikolajcz
Copy link
Contributor

Details:

  • Use postponed constant instead make try fold to limit memory usage when folding large concatenation
  • Fix issue where inference would fail in batch sizes different than 1 due to incorrect reshape target

Tickets:

  • ticket-id

@mmikolajcz mmikolajcz added this to the 2025.4 milestone Oct 24, 2025
@github-actions github-actions bot added category: transformations OpenVINO Runtime library - Transformations category: TF FE OpenVINO TensorFlow FrontEnd category: PyTorch FE OpenVINO PyTorch Frontend category: JAX FE OpenVINO JAX FrontEnd labels Oct 24, 2025
@github-actions github-actions bot added category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code labels Oct 27, 2025
@mmikolajcz mmikolajcz marked this pull request as ready for review October 28, 2025 08:13
@mmikolajcz mmikolajcz requested review from a team as code owners October 28, 2025 08:13
@mmikolajcz mmikolajcz requested review from CuriousPanCake and removed request for a team October 28, 2025 08:13
if: ${{ inputs.model_scope == 'precommit' }}
run: |
export PYTHONPATH=${MODEL_HUB_TESTS_INSTALL_DIR}:$PYTHONPATH
python3 -m pip install optimum-intel==1.25.2 transformers==4.53.3 --upgrade
Copy link
Contributor

Choose a reason for hiding this comment

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

That is a bad practice to introduce test dependencies in the pipeline, why can't we use the common test requirements?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Upgrade to transformers and optimum-intel is required to use versions that support qwen3_moe models.
Ideally it would be best to upgrade tests/requirements_pytorch to align versions, however this might be bit risky without thorough testing since this requirements are used in large amount of model tests, including nightly large models.
I've initially tried running other precommit suites test_pa_transformation test_transformations and it seem they were successful with upgraded versions

@moslex moslex added the priority: high High piority label Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: CI OpenVINO public CI category: JAX FE OpenVINO JAX FrontEnd category: PyTorch FE OpenVINO PyTorch Frontend category: TF FE OpenVINO TensorFlow FrontEnd category: transformations OpenVINO Runtime library - Transformations Code Freeze github_actions Pull requests that update GitHub Actions code priority: high High piority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants