Skip to content
New issue

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

[Bug] Sizes of tensors must match except in dimension 0. Expected size 9 but got size 13 for tensor number 1 in the list #715

Open
3 tasks
BryantKai opened this issue Nov 20, 2024 · 0 comments

Comments

@BryantKai
Copy link

Checklist

  • 1. I have searched related issues but cannot get the expected help.
  • 2. The bug has not been fixed in the latest version.
  • 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.

Describe the bug

26B的模型使用vllm推理的时候在某些图片上会报这个错

Reproduction

CUDA_VISIBLE_DEVICES=1,2 python -m vllm.entrypoints.openai.api_server --model /home/maasuser/InternVL2-26B --port 6781 --trust-remote-code --max_num_seqs 16 --max-model-len 4096 --chat-template /root/tmp/models/nvidia-ADPTV_InternVL2-8B/template/template.jinja --tensor-parallel-size 2 --gpu-memory-utilization

Environment

vllm A100 40GB显卡

Error traceback

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant