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

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 …

ggufgemma-4gemmablereasoningassistant-tracesfable-5endpoints_compatibleregion:us

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

Downloads
0
Likes
4
Pipeline
Author

Repository Files & Downloads

6 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
gemmable-4-31b-Q4_K_M-mtp.ggufGGUFQ4_K_M341.2 MBDownload
gemmable-4-31b-Q4_K_M.ggufGGUFQ4_K_M17.40 GBDownload
gemmable-4-31b-Q6_K-mtp.ggufGGUFQ6_K382.4 MBDownload
gemmable-4-31b-Q6_K.ggufGGUFQ6_K23.47 GBDownload
gemmable-4-31b-Q8_0-mtp.ggufGGUFQ8_0490.8 MBDownload
gemmable-4-31b-Q8_0.ggufGGUFQ8_030.39 GBDownload

Model Details

Model IDMia-AiLab/Gemmable-4-31B-MTP-GGUF
AuthorMia-AiLab
Pipeline
License
Base model
Last modified2026-06-18T22:33:04.000Z

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

  1. Search this repo, download target + mtp file.
  2. Load target.
  3. 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.gguf is the standard fp16 main model.
  • gemmable-4-31b-fp16-mtp.gguf is 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.

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

Source: Hugging Face · Compare models