696 1 month ago

This repo packages Google’s google/medgemma-1.5-4b-it (MedGemma 1.5, 4B, instruction-tuned, multimodal) for Ollama, exposing vision + text inference and common Ollama features (structured JSON output, tool calling via your app, etc.)

vision
f05a458d0d22 · 155B
{
"num_predict": 4096,
"repeat_last_n": 256,
"repeat_penalty": 1.25,
"stop": [
"<end_of_turn>",
"</end_of_turn>"
],
"temperature": 0.2,
"top_p": 0.9
}