Open atlury opened 2 months ago
Hello
Will it be possible to include support for Qwen2-VL model? Thank you
It maybe difficult now because trtllm do not support M-ROPE(https://github.com/NVIDIA/TensorRT-LLM/issues/2183). I will follow up continuously.
Thank you!
Hello Will it be possible to include support for Qwen2-VL model? Thank you
It maybe difficult now because trtllm do not support M-ROPE(NVIDIA/TensorRT-LLM#2183). I will follow up continuously.
qwen2-vl and m-rope have been supported in the latest tensorrtllm master. Will grps consider supporting it? refer to: https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples/multimodal
Hello Will it be possible to include support for Qwen2-VL model? Thank you
It maybe difficult now because trtllm do not support M-ROPE(NVIDIA/TensorRT-LLM#2183). I will follow up continuously.
qwen2-vl and m-rope have been supported in the latest tensorrtllm master. Will grps consider supporting it? refer to: https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples/multimodal
Implementing the Qwen2-VL processor in C++ is a bit complicated, but I’m trying to support it.
Hello
Will it be possible to include support for Qwen2-VL model? Thank you