'Qwen3VLConfig' object has no attribute 'vocab_size'

#3
by vladciocan88 - opened

Hi, thank you for this new model <3
when running with conda and vllm I get this error :
'Qwen3VLConfig' object has no attribute 'vocab_size'

and this warning:
Qwen3VLForConditionalGeneration has no vLLM implementation, falling back to Transformers implementation. Some features may not be supported and performance may not be optimal.

make sure that transformers >= 4.57.0 and vllm >= 0.11.0 🫑

Sign up or log in to comment