GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

nabin2004/AOS-gemma4-manim-gguf overview

AOS Gemma 4 Manim SFT GGUF Q4 K M GGUF of the AOS Manim SFT merged model. Drop in for Ollama and llama.cpp . Model URL: https://huggingface.co/nabin2004/AOS ge…

ggufmanimgemma4ollamallama.cpptool-useanimationsfttext-generationenlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~3.18 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
aos-gemma4-manim-Q4_K_M.ggufGGUFQ4_K_M3.18 GBDownload

Model Details

Model IDnabin2004/AOS-gemma4-manim-gguf
Authornabin2004
Pipelinetext-generation
Licenseapache-2.0
Base modelnabin2004/AOS-gemma4-manim-merged
Last modified2026-07-26T07:02:58.000Z

Model README

---

license: apache-2.0

base_model: nabin2004/AOS-gemma4-manim-merged

library_name: gguf

pipeline_tag: text-generation

language:

- en

tags:

- manim

- gemma4

- gguf

- ollama

- llama.cpp

- tool-use

- animation

- sft

---

AOS Gemma 4 Manim SFT (GGUF)

Q4_K_M GGUF of the AOS Manim SFT merged model. Drop-in for Ollama and llama.cpp.

Model URL: https://huggingface.co/nabin2004/AOS-gemma4-manim-gguf

Files

| File | Description |

|------|-------------|

| aos-gemma4-manim-Q4_K_M.gguf | Quantized weights (~2 GB for E2B) |

| Modelfile | Ollama import template |

Related repos

| Artifact | Repo |

|----------|------|

| LoRA adapter | nabin2004/AOS-gemma4-manim-sft |

| Merged HF weights | nabin2004/AOS-gemma4-manim-merged |

Ollama

Pull from Hugging Face or create locally from the downloaded GGUF:

ollama create aos-gemma4-manim -f Modelfile
ollama run aos-gemma4-manim

Requires Ollama 0.30+ (native Gemma 4 support).

OpenAI-compatible API

Ollama exposes /v1/chat/completions on port 11434:

from gemma4_client import DEFAULT_OLLAMA_BASE_URL, Gemma4Client

client = Gemma4Client(
    model="aos-gemma4-manim",
    base_url=DEFAULT_OLLAMA_BASE_URL,
    api_key="ollama",
)
print(client.chat("Animate a unit circle morphing into an ellipse."))

See apps/server/README.md.

llama.cpp

./llama-server -m aos-gemma4-manim-Q4_K_M.gguf --chat-template gemma --port 8080

How this was produced

cd apps/sft
export LLAMA_CPP_DIR=~/llama.cpp
uv run python export_gguf.py \
  --model-dir ./gemma4-manim-merged \
  --output-dir ./gemma4-manim-gguf \
  --push-to-hub

Quantization chain: merge_adapter.pyconvert_hf_to_gguf.py (F16) → llama-quantize Q4_K_M.

Run nabin2004/AOS-gemma4-manim-gguf with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models