samunder12/Gemma4-2b-DietCoke
034
Gemma-2b-DietCoke : GGUF
<div style="width: auto; margin-left: auto; margin-right: auto"> <img src="./dietc.png" alt="diet" style="width: 50%; min-width: 200px; display: block; margin: auto;"> </div>
This model was finetuned and converted to GGUF format using Unsloth.
Example usage:
- For text only LLMs:
llama-cli -hf samunder12/Gemma-2b-DietCoke --jinja - For multimodal models:
llama-mtmd-cli -hf samunder12/Gemma-2b-DietCoke --jinja
Available Model files:
gemma-4-e2b-it.Q4_K_M.ggufgemma-4-e2b-it.F16-mmproj.gguf
⚠️ Ollama Note for Vision Models
Important: Ollama currently does not support separate mmproj files for vision models.
To create an Ollama model from this vision model:
- Place the
Modelfilein the same directory as the finetuned bf16 merged model - Run:
ollama create model_name -f ./Modelfile(Replacemodel_namewith your desired name)
This will create a unified bf16 model that Ollama can use.
