Bump Transformers version to 5.10.3#41359
Open
hmellor wants to merge 29 commits into
Open
Conversation
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
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-filesThen, commit the changes and push to your branch. For future commits, Tip Is
|
7 tasks
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>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
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-filesThen, commit the changes and push to your branch. For future commits, |
…d processors Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Contributor
|
This pull request has merge conflicts that must be resolved before it can be |
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>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Isotr0py
approved these changes
Jun 12, 2026
Isotr0py
left a comment
Member
There was a problem hiding this comment.
Let's run full CI first and update to transformers==5.10.3 before merging.
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Contributor
|
This pull request has merge conflicts that must be resolved before it can be |
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
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.
TL;DR which PRs do I need in a patch release of Transformers:
{image/video/audio}_token_idsinProcessorMixinhuggingface/transformers#46500peftlower bound huggingface/transformers#46605tokenizer.jsonandtekken.jsonhuggingface/transformers#46622Some causes and fixes:
Entrypoints Integration (API Server openai - Part 1):tie_word_embeddings: bool = TrueinQwen2AudioConfig(🚨 [ALM] Add base model without head huggingface/transformers#45534)Entrypoints Integration (API Server openai - Part 2)fetch_imagesmethod required after 🚨 ModularizeProcessorMixininto smaller components huggingface/transformers#45493Entrypoints Integration (Pooling):tokenizer_config.jsonafter change got reverted huggingface/transformers#45680tokenizer_config.jsonspecifiesremove_extra_whitespaces: True, which was not happening beforeEntrypoints Integration (Speech to Text):fetch_audiomethod required after 🚨 ModularizeProcessorMixininto smaller components huggingface/transformers#45493Basic Models Tests (Extra Initialization) 1:ProcessorMixininto smaller components huggingface/transformers#45493{image/video/audio}_token_idsinProcessorMixinhuggingface/transformers#46500Multi-Modal Models (Standard) 2: qwen3 + gemma:scope_prefixtoWeightTransformby [Weight Converter] More fine-grained mappings on classes, scoping for every transforms (including weight converter) huggingface/transformers#45661