GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE โ†’
Model Intelligence Sheet

FINAL-Bench/Darwin-28B-Coder-GGUF overview

license: apache 2.0 base model: FINAL Bench/Darwin 28B Coder base model relation: quantized library name: gguf pipeline tag: text generation tags: gguf llama.cโ€ฆ

ggufllama.cppmtpmulti-token-predictionspeculative-decodingcodetext-generationenkobase_model:FINAL-Bench/Darwin-28B-Coderbase_model:quantized:FINAL-Bench/Darwin-28B-Coderlicense:apache-2.0endpoints_compatibleregion:usconversational

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

Downloads
962
Likes
30
Pipeline
text-generation

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Darwin-28B-Coder-F16.ggufGGUFF1650.90 GBDownload
Darwin-28B-Coder-Q4_K_M.ggufGGUFQ4_K_M15.66 GBDownload
Darwin-28B-Coder-Q8_0.ggufGGUFQ8_027.05 GBDownload

Model Details

Model IDFINAL-Bench/Darwin-28B-Coder-GGUF
AuthorFINAL-Bench
Pipelinetext-generation
Licenseapache-2.0
Base modelFINAL-Bench/Darwin-28B-Coder
Last modified2026-07-25T00:49:11.000Z

Model README

---

license: apache-2.0

base_model: FINAL-Bench/Darwin-28B-Coder

base_model_relation: quantized

library_name: gguf

pipeline_tag: text-generation

tags:

  • gguf
  • llama.cpp
  • mtp
  • multi-token-prediction
  • speculative-decoding
  • code

language:

  • en
  • ko

---

> ### ๐Ÿ“ฑ Run it on your phone or a GPU-less PC โ†’ POCKET ยท ๐Ÿš€ Try it live (CPU chat)

> VIDRAFT's on-device family: a 35B model that runs on iPhone and on CPU with no GPU โ€” stock llama.cpp, no fork.

>

> ![Live demo](https://huggingface.co/spaces/FINAL-Bench/POCKET-35B-CPU) ![Collection](https://huggingface.co/collections/FINAL-Bench/pocket-models-6a618ee5d23eafb7e185a5c6) ![35B](https://huggingface.co/FINAL-Bench/POCKET-35B-GGUF) ![KR MLX](https://huggingface.co/FINAL-Bench/POCKET-KR-MLX) ![EN](https://huggingface.co/FINAL-Bench/POCKET-EN-GGUF)

>

Darwin-28B-Coder โ€” GGUF (MTP-enabled)

GGUF builds of FINAL-Bench/Darwin-28B-Coder with the native Multi-Token Prediction (MTP) head preserved, for self-speculative decoding in llama.cpp.

Requested in the base model discussion.

Files

| File | Quant | Size | Notes |

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

| Darwin-28B-Coder-Q4_K_M.gguf | Q4_K_M | 16.8 GB | recommended for most GPUs |

| Darwin-28B-Coder-Q8_0.gguf | Q8_0 | 29.0 GB | near-lossless |

| Darwin-28B-Coder-F16.gguf | F16 | 54.7 GB | full precision |

All files include the MTP layer โ€” verified in metadata:

general.architecture = qwen35, qwen35.nextn_predict_layers = 1, tensors blk.64.nextn.*.

Multi-Token Prediction (MTP)

This model ships with a trained MTP head (1 prediction layer). With a recent llama.cpp build that includes MTP support (merged in PR #22673), the nextn layer is used for self-speculative decoding โ€” typically ~1.5โ€“2ร— faster generation with identical output (the main model verifies every drafted token, so quality is unchanged).

> A standard (non-MTP) GGUF does not contain the prediction head โ€” you need these MTP-enabled files to benefit from the speedup.

Usage

# 1) Build a recent llama.cpp (MTP support is in mainline since PR #22673)
git clone https://github.com/ggml-org/llama.cpp && cd llama.cpp
cmake -B build -DGGML_CUDA=ON && cmake --build build -j --config Release

# 2) Run โ€” the nextn (MTP) layer enables self-speculative decoding
./build/bin/llama-cli \
  -m Darwin-28B-Coder-Q4_K_M.gguf \
  -ngl 99 -c 8192 \
  -p "Write a quicksort in Python."

For the exact MTP/speculative flags and the latest behaviour, see the llama.cpp MTP documentation / PR #22673. Works with llama-cli and llama-server.

Model spec (public)

| | |

|---|---|

| Architecture | qwen35 (hybrid attention) |

| Layers | 64 + 1 MTP |

| Hidden size | 5120 |

| Attention heads | 24 (KV 4) |

| Context length | 262,144 |

| Vocab | 248,320 |

| Precision (source) | bfloat16 |

License & attribution

License and usage follow the base model FINAL-Bench/Darwin-28B-Coder. These are GGUF conversions only; refer to the base model card for model details, intended use, and limitations.

GGUF conversion + quantization by the FINAL-Bench team using llama.cpp/convert_hf_to_gguf.py.

Learn more

Run FINAL-Bench/Darwin-28B-Coder-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