Mia-AiLab/Gemmable-4-31B-MTP-GGUF overview
<p align="center" <img src="assets/gemmable 4 31b.png" alt="Gemmable 4 31b" width="720" </p Gemmable 4 31B Gemmable 4 31B is a GGUF export of Gemma 4 31B fine …
Runs locally from ~341.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| gemmable-4-31b-Q4_K_M-mtp.gguf | GGUF | Q4_K_M | 341.2 MB | Download |
| gemmable-4-31b-Q4_K_M.gguf | GGUF | Q4_K_M | 17.40 GB | Download |
| gemmable-4-31b-Q6_K-mtp.gguf | GGUF | Q6_K | 382.4 MB | Download |
| gemmable-4-31b-Q6_K.gguf | GGUF | Q6_K | 23.47 GB | Download |
| gemmable-4-31b-Q8_0-mtp.gguf | GGUF | Q8_0 | 490.8 MB | Download |
| gemmable-4-31b-Q8_0.gguf | GGUF | Q8_0 | 30.39 GB | Download |
Model Details
Model README
---
library_name: gguf
tags:
- gguf
- gemma-4
- gemmable
- reasoning
- assistant-traces
- fable-5
---
<p align="center">
<img src="assets/gemmable_4_31b.png" alt="Gemmable 4 31b" width="720">
</p>
Gemmable 4 31B
Gemmable 4 31B is a GGUF export of Gemma 4 31B fine-tuned on Fable-5 style
reasoning and assistant traces.
<a href="https://x.com/MiaAI_lab" target="_blank">
<img src="https://img.shields.io/badge/Follow%20me%20on%20X-000000?style=for-the-badge&logo=x&logoColor=white" alt="Follow Mia on X" />
</a>
<a href='https://ko-fi.com/Z8Z3SPLOD' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
Highlights
- Base model:
google/gemma-4-31B - Format: GGUF
- Training style: Fable-5 style reasoning and assistant traces
- Distribution: fp16 GGUF plus matching assistant GGUFs for each quant
- Intended use: local inference, coding, reasoning, and assistant workflows
How to use
llama.cpp
Standard load:
llama-server -m "gemmable-4-31b-fp16.gguf"
Speculative / draft-MTP load:
llama-server -m "gemmable-4-31b-Q4_K_M.gguf" \
--spec-draft-model "gemmable-4-31b-Q4_K_M-mtp.gguf" \
--spec-type draft-mtp \
--spec-draft-n-max 4
Use the matching fp16 or quantized main file with its -mtp companion.
LM Studio
- Search this repo, download target + mtp file.
- Load target.
- Load settings → Speculative Decoding → select mtp file file.
(Requires LM Studio with am17an's PR merged or custom llama.cpp runtime. As of 2026-05, mainline LM Studio runtime doesn't yet have draft-mtp for Gemma-4 — track upstream merge.)
GGUF / local inference notes
gemmable-4-31b-fp16.ggufis the standard fp16 main model.gemmable-4-31b-fp16-mtp.ggufis the matching fp16 assistant / draft file.- Quantized pairs follow the same pattern, for example
gemmable-4-31b-Q4_K_M.gguf and gemmable-4-31b-Q4_K_M-mtp.gguf.
- Keep the paired files in the same Hugging Face repository if you upload them.
Limitations
- Output quality depends on the prompt and runtime settings.
- MTP / speculative support depends on the client application.
- This is not a raw base checkpoint; it is a fine-tuned export.
Naming
Gemmable = Gemma + Fable-style tuning.
Run Mia-AiLab/Gemmable-4-31B-MTP-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models