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

NANI-Nithin/Ling-3.0-tiny-GGUF overview

Ling 3.0 tiny GGUF GGUF quantizations of inclusionAI/Ling 3.0 tiny https://huggingface.co/inclusionAI/Ling 3.0 tiny , converted for use with compatible llama.c…

ggufllama.cppquantizedmoebailingmoev3hybrid-modellocal-llmtext-generationenbase_model:inclusionAI/Ling-3.0-tinybase_model:quantized:inclusionAI/Ling-3.0-tinylicense:apache-2.0endpoints_compatibleregion:usconversational

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

Downloads
0
Likes
3
Pipeline
text-generation

Repository Files & Downloads

25 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Ling-3.0-tiny-F16.ggufGGUFF1614.72 GBDownload
Ling-3.0-tiny-IQ1_M.ggufGGUFIQ1_M1.80 GBDownload
Ling-3.0-tiny-IQ1_S.ggufGGUFIQ1_S1.64 GBDownload
Ling-3.0-tiny-IQ2_M.ggufGGUFIQ2_M2.52 GBDownload
Ling-3.0-tiny-IQ2_S.ggufGGUFIQ2_S2.31 GBDownload
Ling-3.0-tiny-IQ2_XS.ggufGGUFIQ2_XS2.27 GBDownload
Ling-3.0-tiny-IQ2_XXS.ggufGGUFIQ2_XXS2.06 GBDownload
Ling-3.0-tiny-IQ3_M.ggufGGUFIQ3_M3.31 GBDownload
Ling-3.0-tiny-IQ3_S.ggufGGUFIQ3_S3.27 GBDownload
Ling-3.0-tiny-IQ3_XS.ggufGGUFIQ3_XS3.11 GBDownload
Ling-3.0-tiny-IQ3_XXS.ggufGGUFIQ3_XXS2.91 GBDownload
Ling-3.0-tiny-IQ4_NL.ggufGGUFIQ4_NL4.22 GBDownload
Ling-3.0-tiny-IQ4_XS.ggufGGUFIQ4_XS3.99 GBDownload
Ling-3.0-tiny-Q2_K.ggufGGUFQ2_K2.78 GBDownload
Ling-3.0-tiny-Q3_K_L.ggufGGUFQ3_K_L3.86 GBDownload
Ling-3.0-tiny-Q3_K_M.ggufGGUFQ3_K_M3.58 GBDownload
Ling-3.0-tiny-Q3_K_S.ggufGGUFQ3_K_S3.27 GBDownload
Ling-3.0-tiny-Q4_0.ggufGGUFQ4_04.22 GBDownload
Ling-3.0-tiny-Q4_K_M.ggufGGUFQ4_K_M4.49 GBDownload
Ling-3.0-tiny-Q4_K_S.ggufGGUFQ4_K_S4.24 GBDownload
Ling-3.0-tiny-Q5_0.ggufGGUFQ5_05.11 GBDownload
Ling-3.0-tiny-Q5_K_M.ggufGGUFQ5_K_M5.25 GBDownload
Ling-3.0-tiny-Q5_K_S.ggufGGUFQ5_K_S5.11 GBDownload
Ling-3.0-tiny-Q6_K.ggufGGUFQ6_K6.05 GBDownload
Ling-3.0-tiny-Q8_0.ggufGGUFQ8_07.83 GBDownload

Model Details

Model IDNANI-Nithin/Ling-3.0-tiny-GGUF
AuthorNANI-Nithin
Pipelinetext-generation
Licenseapache-2.0
Base modelinclusionAI/Ling-3.0-tiny
Last modified2026-08-11T11:16:22.000Z

Model README

---

language:

  • en

license: apache-2.0

base_model: inclusionAI/Ling-3.0-tiny

tags:

  • gguf
  • llama.cpp
  • quantized
  • moe
  • bailingmoev3
  • hybrid-model
  • local-llm
  • text-generation

pipeline_tag: text-generation

---

Ling-3.0-tiny-GGUF

GGUF quantizations of inclusionAI/Ling-3.0-tiny, converted for use with compatible llama.cpp-based runtimes.

This repository includes a complete selection of standard K-quants and importance-matrix (IQ) quantizations, so you can choose the best balance of model size, speed, and output quality for your hardware.

> Runtime compatibility: Ling-3.0-tiny uses the BailingMoeV3 / hybrid architecture. Use a runtime with explicit support for this architecture. Generic or older llama.cpp builds may not load these files correctly.

Available files

| Quantization | Best for |

|---|---|

| F16 | Highest-fidelity baseline; re-quantization and high-memory systems |

| Q8_0 | Near-F16 quality with substantially lower memory use |

| Q6_K | High-quality local inference |

| Q5_K_M | Strong quality-to-size balance |

| Q5_K_S | Slightly smaller alternative to Q5_K_M |

| Q5_0 | Legacy-style 5-bit option |

| Q4_K_M | Recommended default for most users |

| Q4_K_S | Smaller Q4 K-quant alternative |

| Q4_0 | Compact legacy-style 4-bit option |

| IQ4_NL | High-quality importance-matrix 4-bit option |

| IQ4_XS | Compact importance-matrix 4-bit option |

| Q3_K_L | Higher-quality 3-bit K-quant |

| Q3_K_M | Balanced 3-bit K-quant |

| Q3_K_S | Smaller 3-bit K-quant |

| IQ3_M | Strong quality-per-GB option for constrained systems |

| IQ3_S | Smaller 3-bit IQ option |

| IQ3_XS | Very compact IQ 3-bit option |

| IQ3_XXS | Extremely compact IQ 3-bit option |

| Q2_K | Low-memory K-quant option |

| IQ2_M | Compact IQ quant with better quality potential than very-low-bit options |

| IQ2_S | Low-memory IQ option |

| IQ2_XS | Very small IQ option |

| IQ2_XXS | Extremely small IQ option |

| IQ1_M | Experimental ultra-low-memory option |

| IQ1_S | Smallest experimental option |

Recommended downloads

| Your priority | Recommended file |

|---|---|

| Best quality | Ling-3.0-tiny-F16.gguf |

| Near-original quality | Ling-3.0-tiny-Q8_0.gguf |

| High quality with lower memory use | Ling-3.0-tiny-Q6_K.gguf |

| Best general-purpose choice | Ling-3.0-tiny-Q4_K_M.gguf |

| Small but capable | Ling-3.0-tiny-IQ3_M.gguf |

| Tight VRAM / RAM budget | Ling-3.0-tiny-IQ2_M.gguf |

| Experimental minimum size | Ling-3.0-tiny-IQ1_S.gguf |

For most users, start with Q4_K_M. If you have more RAM or VRAM, try Q5_K_M, Q6_K, or Q8_0. IQ quants can offer attractive quality-to-size trade-offs, but results and compatibility may vary by runtime and hardware.

Usage

Download one .gguf file, then run it with a compatible build of llama.cpp.

llama-cli \
  -m Ling-3.0-tiny-Q4_K_M.gguf \
  -ngl 99 \
  -c 4096 \
  -p "Write a concise explanation of retrieval-augmented generation."

-ngl 99 attempts to offload all supported layers to the GPU. Remove it or set -ngl 0 for CPU-only inference.

Important notes

  • These files are quantized derivatives of the original model; output quality changes depending on the chosen quantization.
  • Very low-bit quants, especially IQ1 and IQ2 variants, are intended for memory-constrained or experimental use and may noticeably reduce output quality.
  • Use the original model’s license, terms, and usage requirements.
  • Validate the selected quantization on your own workload before production use.

Conversion details

  • Base model: inclusionAI/Ling-3.0-tiny
  • Format: GGUF
  • Conversion/runtime branch: BailingMoeV3-compatible llama.cpp fork
  • Standard K-quants: generated from the F16 GGUF
  • IQ quants: generated using an importance matrix calibrated on a text corpus

Credits

Disclaimer

This is a community GGUF conversion and is not an official release by inclusionAI. Please report conversion, loading, or compatibility issues in this repository’s Discussions section.

Reproducibility

This repository was generated with a BailingMoeV3-enabled llama.cpp fork.

The exact source checkout checkpoint is recorded below:

{
  "stage": "01_checkout_bailing_llama",
  "status": "complete",
  "timestamp_utc": "2026-08-11T10:36:13.114546+00:00",
  "model": "inclusionAI/Ling-3.0-tiny",
  "llama_repo": "https://github.com/aetherbird/llama.cpp.git",
  "llama_branch": "bailingmoe3-support",
  "repo_dir": "/mnt/ling/src/llama.cpp",
  "commit": "3a0124fa8c20356ed5e6bf0c0ebae1566d6f49c1"
}

Files

  • F16: Conversion baseline.
  • Q4_K_M: General local-inference default.
  • Q5_K_M, Q6_K, Q8_0: Higher-fidelity variants.
  • IQ*: Importance-matrix variants, generated only when supported by the pinned quantizer.

Use a Ling/BailingMoeV3-compatible runtime to load these files.

Run NANI-Nithin/Ling-3.0-tiny-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