Image
{'id': 'chatcmpl-ab795837-fda7-4502-843b-a089b3ddc3a1',
'object': 'chat.completion',
'created': 1747918809,
'model': '/home/lipstip-station/.cache/huggingface/hub/models--google--gemma-3-27b-it-qat-q4_0-gguf/snapshots/17cf0f6ad611f1a57a1640daa57eb427d6e67ed6/./gemma-3-27b-it-q4_0.gguf',
'choices': [{'index': 0,
'message': {'role': 'assistant',
'content': 'Please provide me with the image! I need to see the image to describe it in one sentence. \n\nOnce you share the image, I will do my best to give you a concise and accurate description.\n'},
'logprobs': None,
'finish_reason': 'stop'}],
'usage': {'prompt_tokens': 17, 'completion_tokens': 43, 'total_tokens': 60}}
why ?? i just copied what's in use this model
Hi @Hadbeen123 ,
Welcome to Google Gemma family of open source models, the above issue might be occur due not passing the image properly. The command which is given in the model card is just sample one, could you please check the image path that you have provided to the command that you are running in your local. In addition to that please check whether you are passing all the required parameter values in the command.
Thanks.