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

noctrex/Ling-3.0-tiny-MXFP4_MOE-GGUF overview

These are MXFP4 quantizations of the model inclusionAI / Ling 3.0 tiny https://huggingface.co/inclusionAI/Ling 3.0 tiny Quick Start 1. Download the latest rele…

gguftext-generationbase_model:inclusionAI/Ling-3.0-tinybase_model:quantized:inclusionAI/Ling-3.0-tinyendpoints_compatibleregion:usconversational

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

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

4 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Ling-3.0-tiny-MXFP4_MOE.ggufGGUFGGUF4.54 GBDownload
Ling-3.0-tiny-MXFP4_MOE_BF16.ggufGGUFBF165.22 GBDownload
Ling-3.0-tiny-MXFP4_MOE_F16.ggufGGUFF165.22 GBDownload
Ling-3.0-tiny-Q8_XL_MOE.ggufGGUFQ8_XL_MOE8.65 GBDownload

Model Details

Model IDnoctrex/Ling-3.0-tiny-MXFP4_MOE-GGUF
Authornoctrex
Pipelinetext-generation
License
Base modelinclusionAI/Ling-3.0-tiny
Last modified2026-08-17T13:26:41.000Z

Model README

---

pipeline_tag: text-generation

base_model:

  • inclusionAI/Ling-3.0-tiny

---

These are MXFP4 quantizations of the model inclusionAI / Ling-3.0-tiny

Quick Start

  1. Download the latest release of llama.cpp.
  2. Download your preferred model variant from below.

Which version should I choose?

All FP4 variants use MXFP4 for the MoE (Mixture of Experts) weights to keep the model efficient.

I've included also a new type Q8_XL_MOE, that uses Q8 for MoE tensors and BF16 for everything else.

The difference lies in how the remaining tensors are handled:

| Variant | Quality | Performance | Size | Recommendation |

| :--- | :--- | :--- | ---: | :--- |

| Q8_XL_MOE | ⭐⭐⭐⭐⭐ | Variable* | 8.77GiB | Maximum quality, uses Q8 instead of FP4 for the MoE weights. |

| BF16 | ⭐⭐⭐ | Variable* | 4.54GiB | Best for maximum accuracy; original unquantized weights. |

| F16 | ⭐⭐ | Fast | 4.94GiB | Great alternative if BF16 is slow on your hardware. |

| Q8 | ⭐ | Fastest | 4.94GiB | Balanced performance and memory usage. |

Note: On some older architectures, BF16 may be slower than F16.

Check that your GPU supports native BF16

Recommended parameters from inclusionAI:

  • temperature=1.0
  • top_p=0.95
  • top_k=20

Run noctrex/Ling-3.0-tiny-MXFP4_MOE-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