update mistral common version for PR 47507 - #47677
Merged
Merged
Conversation
6 tasks
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
juliendenize
added a commit
to juliendenize/transformers
that referenced
this pull request
Jul 31, 2026
…vergence error, and drop the mistral-common bump landing in huggingface#47677
ArthurZucker
approved these changes
Aug 3, 2026
ArthurZucker
left a comment
Collaborator
There was a problem hiding this comment.
lgtm . failing seems unrelated.
I would maybe mark with 🔴 if this does break for previous version (we don't want to break transformers if possible, if we do let's make it explicit in release notes)
Contributor
CI recapDashboard: View test results in Grafana |
pull Bot
pushed a commit
to ishandutta2007/transformers
that referenced
this pull request
Aug 4, 2026
…ngface#47507) * [Mistral] Add tekken tokenizer detection, conversion, and save utilities Add native Mistral "tekken" tokenizer support: - MistralConverter + convert_tekken_tokenizer: build a PreTrainedTokenizerFast from tekken.json - resolve_mistral_format: tekken-first backend detection (prefer MistralCommonBackend when tekken.json is present and mistral-common is installed; mistral_format=False/True override) - save_as_tekken + MistralCommonBackend save_format for round-tripping tekken.json - AutoTokenizer runtime detection wired to prefer the native backend - auto-generate a chat template from tekken.json during text conversion (requires mistral-common>=1.11.7); keep any explicit or on-disk template * Address review: wire mistral_format in AutoTokenizer and move save_format to TokenizersBackend * Isolate tekken save_format into TekkenBackend instead of TokenizersBackend * Fix stray whitespace in tekken tokenizer test docstring * Address review: drop TekkenBackend, guard lossy mistral-format saves, and align tekken file detection with mistral-common * Fix push_to_hub dropping the copied tekken.json, clarify the vocab divergence error, and drop the mistral-common bump landing in huggingface#47677
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.
update mistral common version for PR 47507