Skip to content

Conversation

@tamiraji-bot
Copy link

Fix: Improve AutoTokenizer error message for Voxtral.
Fixes #41553

This PR enhances the error message raised by AutoTokenizer when attempting to load
the Qwen/Qwen2.5-VL-Voxtral model, which does not provide a tokenizer.

The updated message clearly informs users that:

  • The Voxtral model does not include a tokenizer,
  • They must use a compatible tokenizer or provide one manually,
  • Instructions can be found in the model card.

This resolves issue #41553 and improves user experience by preventing misleading
"invalid model identifier" errors.

@github-actions
Copy link
Contributor

[For maintainers] Suggested jobs to run (before merge)

run-slow: auto

@github-actions
Copy link
Contributor

View the CircleCI Test Summary for this PR:

https://huggingface.co/spaces/transformers-community/circle-ci-viz?pr=42849&sha=58c633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bad error message for AutoTokenizer loading Voxtral

1 participant