Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies = [
# fix_mistral_regex backend gate (used by get_tokenizer_config for
# mistral-common models) first shipped in 5.12.1 — on older 5.x the kwarg
# is silently swallowed and Tekken prompts stay corrupted.
"transformers>=5.12.1,<5.13",
"transformers>=5.12.1,<5.15",
# transformers 5.x's tokenization_mistral_common module imports
# ReasoningEffort from mistral_common (added in 1.10). The audio extras
# transitively pull mistral-common via mlx-audio[stt], which historically
Expand Down
Loading