Xingguang Wei
Xingguang Wei
> same err here The error can be resolved by installing the specific version `vllm==0.10.1.1`.
Thank you very much for your suggestion. This bug has been fixed through this PR: https://github.com/huggingface/transformers/pull/41121
This may be because you are using the [hf version weights](https://huggingface.co/OpenGVLab/InternVL3_5-8B-HF), which calls [`modeling_internvl.py`](https://github.com/huggingface/transformers/blob/main/src/transformers/models/internvl/modeling_internvl.py) from the `transformers` library. The function in the `transformers` library is maintained by the community and...