VLLM error: google/gemma-3n-E4B-it is not a multimodal model None

#39
by tatarrecords - opened

Hi
I tried to run google/gemma-3n-E4B-it model in VLLM, but faced an error:

{
    "object": "error",
    "message": "google/gemma-3n-E4B-it is not a multimodal model None",
    "type": "BadRequestError",
    "param": null,
    "code": 400
}

Is it possible to send images to this model through VLLM framework? And if its possible, how can I fix this problem?

Sign up or log in to comment