Views
No views yet
A GGUF-quantized version of themedgemma-4b-itmodel for efficient local inference on CPUs and low-VRAM GPUs. Fine-tuned for medical use cases with instruction-following capabilities.
medgemma-4bmedgemma-4b-it.gguf)Q4_0, Q5_1, Q8_0, etc.medgemma-4b-it is a specialized variant of Google's GEMMA model, fine-tuned on medical instructions and dialogues. It aims to provide accurate and safe responses to healthcare-related queries. This GGUF release makes it easy to run the model locally with llama.cpp, llm, koboldcpp, or text-generation-webui.llama.cpp./main -m medgemma-4b-it.Q4_0.gguf -p "What are the symptoms of Type 2 Diabetes?"text-generation-webui.gguf file into your /models directory.medgemma-4b-it.llama.cpp.