tokenizer_class

#8
by gjtgjt - opened

The model’s default tokenizer is configured as "tokenizer_class": "TokenizersBackend", while its default dependency requirement is transformers>=4.56.0,<5.

However, in Transformers 4.57.6:TokenizersBackend does not exist.Qwen2Tokenizer exists.Qwen2TokenizerFast exists.

As a result, the model weights cannot be loaded in vLLM. A separate vLLM environment with Transformers v5 support must therefore be created specifically for the 9B model.

Sign up or log in to comment