We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the default image, Qwen2VL can generate normally.
When I replace visual_features with zero tensor (add visual_features[:,:]=0 after https://github.com/NVIDIA/TensorRT-LLM/blob/main/tensorrt_llm/runtime/multimodal_model_runner.py#L699) , it can also generate normally and the result is the same.
visual_features[:,:]=0
Why Qwen2VL can generate normally with zero visual_features? Is the information of image included by somewhere else?
The text was updated successfully, but these errors were encountered:
Hi @YSF-A , Could you try it with the latest main and if it still exists, please let me know it
Sorry, something went wrong.
No branches or pull requests
With the default image, Qwen2VL can generate normally.
When I replace visual_features with zero tensor (add
visual_features[:,:]=0
after https://github.com/NVIDIA/TensorRT-LLM/blob/main/tensorrt_llm/runtime/multimodal_model_runner.py#L699) , it can also generate normally and the result is the same.Why Qwen2VL can generate normally with zero visual_features? Is the information of image included by somewhere else?
The text was updated successfully, but these errors were encountered: