Skip to content

Bump Transformers version to 5.10.3#41359

Open
hmellor wants to merge 29 commits into
vllm-project:mainfrom
hmellor:bump-transformers-5-7
Open

Bump Transformers version to 5.10.3#41359
hmellor wants to merge 29 commits into
vllm-project:mainfrom
hmellor:bump-transformers-5-7

Conversation

@hmellor

@hmellor hmellor commented Apr 30, 2026

Copy link
Copy Markdown
Member

TL;DR which PRs do I need in a patch release of Transformers:

Some causes and fixes:

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

@hmellor hmellor added the ready ONLY add when PR is ready to merge/full CI is needed label Apr 30, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the transformers library version from 5.5.3 to 5.7.0 across several requirement files, including those for CUDA, ROCm, XPU, and nightly torch environments. I have no feedback to provide.

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
@hmellor hmellor changed the title Bump Transformers version to 5.7.0 Bump Transformers version to 5.8.0 May 6, 2026
@hmellor hmellor changed the title Bump Transformers version to 5.8.0 Bump Transformers version to 5..0 May 27, 2026
@hmellor hmellor changed the title Bump Transformers version to 5..0 Bump Transformers version to 5.9.0 May 27, 2026
hmellor added 2 commits June 5, 2026 10:35
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
@hmellor hmellor changed the title Bump Transformers version to 5.9.0 Bump Transformers version to 5.10.2 Jun 5, 2026
@hmellor hmellor added ready-run-all-tests Trigger CI with all tests for wide-ranging PRs and removed ready-run-all-tests Trigger CI with all tests for wide-ranging PRs labels Jun 5, 2026
@mergify

mergify Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Hi @hmellor, the pre-commit checks have failed. Please run:

uv pip install pre-commit>=4.5.1
pre-commit install
pre-commit run --all-files

Then, commit the changes and push to your branch.

For future commits, pre-commit will run automatically on changed files before each commit.

Tip

Is mypy failing?
mypy is run differently in CI. If the failure is related to this check, please use the following command to run it locally:
# For mypy (substitute "3.10" with the failing version if needed)
pre-commit run --hook-stage manual mypy-3.10

hmellor added 4 commits June 5, 2026 19:04
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
@hmellor hmellor requested a review from noooop as a code owner June 8, 2026 17:07
hmellor added 2 commits June 8, 2026 17:09
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
@mergify

mergify Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Hi @hmellor, the pre-commit checks have failed. Please run:

uv pip install pre-commit>=4.5.1
pre-commit install
pre-commit run --all-files

Then, commit the changes and push to your branch.

For future commits, pre-commit will run automatically on changed files before each commit.

hmellor added 2 commits June 9, 2026 09:54
…d processors

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
@mergify mergify Bot added the qwen Related to Qwen models label Jun 9, 2026
@mergify mergify Bot added the mistral Related to Mistral models label Jun 10, 2026
@mergify

mergify Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @hmellor.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify Bot added the needs-rebase label Jun 11, 2026
hmellor added 2 commits June 11, 2026 13:40
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Comment thread requirements/test/cuda.in
@mergify mergify Bot removed the needs-rebase label Jun 11, 2026
hmellor added 4 commits June 12, 2026 09:31
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
@hmellor hmellor changed the title Bump Transformers version to 5.10.2 Bump Transformers version to 5.10.3 Jun 12, 2026

@Isotr0py Isotr0py left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Let's run full CI first and update to transformers==5.10.3 before merging.

@github-project-automation github-project-automation Bot moved this to Ready in NVIDIA Jun 12, 2026
@hmellor hmellor added ready-run-all-tests Trigger CI with all tests for wide-ranging PRs and removed ready ONLY add when PR is ready to merge/full CI is needed labels Jun 12, 2026
hmellor added 2 commits June 12, 2026 15:26
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
@mergify

mergify Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @hmellor.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify Bot added needs-rebase multi-modality Related to multi-modality (#4194) labels Jun 12, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
@mergify mergify Bot removed the needs-rebase label Jun 13, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build mistral Related to Mistral models multi-modality Related to multi-modality (#4194) nvidia qwen Related to Qwen models ready-run-all-tests Trigger CI with all tests for wide-ranging PRs

Projects

Status: Ready

Development

Successfully merging this pull request may close these issues.

2 participants