Views
No views yet
llama-mtmd-cli. Use this file together with a text GGUF of MedGemma 1.5 4B to run multimodal (image + text) inference.convert_hf_to_gguf.py --mmproj from the Hugging Face model; no training or fine-tuning.llama-mtmd-cli binary (e.g. brew install llama.cpp on macOS).huggingface-cli download billylo/medgemma-1.5-4b-it-mmproj-gguf mmproj-medgemma-1.5-4b-it-BF16.gguf --local-dir ./mmproj1llama-mtmd-cli -m /path/to/medgemma-1.5-4b-it-text.gguf \
2 --mmproj mmproj-medgemma-1.5-4b-it-BF16.gguf \
3 --image page.png \
4 -p "Describe the findings in this medical report."mmproj.gguf), copy or symlink this file accordingly.