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
Hi, Qwen2-VL-2B-Instruct convert error
env: tritonserver:24.11-trtllm-python-py3 TensorRT-LLM: 0.15 GPU: v100
comand: python3 vit_onnx_trt.py --pretrained_model_path ./Qwen2-VL-2B-Instruct
error: Unrecognized keys in rope_scaling for 'rope_type'='default':{‘mrope_section}’
rope_scaling
The text was updated successfully, but these errors were encountered:
similiar error: TypeError: Qwen2VisionTransformerPretrainedModel.forward() missing 1 required positional argument: 'grid_thw'
Sorry, something went wrong.
No branches or pull requests
Hi, Qwen2-VL-2B-Instruct convert error
env:
tritonserver:24.11-trtllm-python-py3
TensorRT-LLM: 0.15
GPU: v100
comand:
python3 vit_onnx_trt.py --pretrained_model_path ./Qwen2-VL-2B-Instruct
error:
Unrecognized keys in
rope_scaling
for 'rope_type'='default':{‘mrope_section}’The text was updated successfully, but these errors were encountered: