You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/lib/python3.10/site-packages/vllm/multimodal/registry.py", line 121, in map_input
raise ValueError(
ValueError: You set image=1 (or defaulted to 1) in --limit-mm-per-prompt, but found 2 items in the same prompt.
The text was updated successfully, but these errors were encountered:
我尝试用swift做多图推理,并整理成了所需的jsonl格式
{"query": "根据图片,***", "images": [ Path1, Path2]}
推理指令如下
CUDA_VISIBLE_DEVICES=0 swift infer
--model_type internvl2_5
--model ${MODEL_PATH}
--val_dataset ${VAL_DATA_PATH}
--infer_backend vllm
--temperature 0
--streaming true
但是遇到了如下问题
File "/lib/python3.10/site-packages/vllm/multimodal/registry.py", line 121, in map_input
raise ValueError(
ValueError: You set image=1 (or defaulted to 1) in
--limit-mm-per-prompt
, but found 2 items in the same prompt.The text was updated successfully, but these errors were encountered: