From 50545e9ef6bd55e1e65ea7ec0faccf970706c0f4 Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot <306269227+localai-org-maint-bot@users.noreply.github.com> Date: Tue, 18 Aug 2026 08:05:31 +0000 Subject: [PATCH] feat(gallery): add Ling 3.0 Tiny variants Add Q4_K_M and Q8_0 GGUF builds for the 7.9B-parameter hybrid reasoning MoE model. Assisted-by: Codex:gpt-5 --- gallery/index.yaml | 80 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 6521a3c182e2..d44497dd9a9a 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -1,4 +1,84 @@ --- +- &ling-3-0-tiny + name: "ling-3.0-tiny-q4" + variants: + - model: ling-3.0-tiny-q8 + url: "github:mudler/LocalAI/gallery/virtual.yaml@master" + urls: + - https://huggingface.co/inclusionAI/Ling-3.0-tiny + - https://huggingface.co/bloomer010/Ling-3.0-tiny-GGUF + description: | + Ling-3.0-tiny is InclusionAI's MIT-licensed hybrid reasoning MoE model + with 7.9B total parameters and 1.3B active parameters per token. It + targets reasoning, coding, instruction following, and agentic tasks with + a native 131K-token context window. + + This default entry uses the Q4_K_M GGUF. A higher-quality Q8_0 model is + available as a variant. + license: "mit" + tags: + - llm + - gguf + - cpu + - gpu + - moe + - reasoning + - thinking + - coding + - agent + - tools + - long-context + last_checked: "2026-08-18" + overrides: + backend: llama-cpp + context_size: 131072 + function: + automatic_tool_parsing_fallback: true + grammar: + disable: true + known_usecases: + - chat + options: + - use_jinja:true + parameters: + model: llama-cpp/models/ling-3.0-tiny/Ling-3.0-tiny-Q4_K_M.gguf + temperature: 1 + top_k: 20 + top_p: 0.95 + template: + use_tokenizer_template: true + files: + - filename: llama-cpp/models/ling-3.0-tiny/Ling-3.0-tiny-Q4_K_M.gguf + uri: huggingface://bloomer010/Ling-3.0-tiny-GGUF/Ling-3.0-tiny-Q4_K_M.gguf + sha256: 23e0f9e8f5ad8c44079b80a2a6c98fc507d2471fd906079467cca73d9fd81e10 +- !!merge <<: *ling-3-0-tiny + name: "ling-3.0-tiny-q8" + variants: [] + description: | + Ling-3.0-tiny in the higher-quality Q8_0 GGUF format. This variant + preserves more model fidelity for hosts with enough memory. + overrides: + backend: llama-cpp + context_size: 131072 + function: + automatic_tool_parsing_fallback: true + grammar: + disable: true + known_usecases: + - chat + options: + - use_jinja:true + parameters: + model: llama-cpp/models/ling-3.0-tiny/Ling-3.0-tiny-Q8_0.gguf + temperature: 1 + top_k: 20 + top_p: 0.95 + template: + use_tokenizer_template: true + files: + - filename: llama-cpp/models/ling-3.0-tiny/Ling-3.0-tiny-Q8_0.gguf + uri: huggingface://bloomer010/Ling-3.0-tiny-GGUF/Ling-3.0-tiny-Q8_0.gguf + sha256: 326221bdef72525bd6178b072d3827cd5fb5248a55e8c44eb400417f401733bc - name: "huihui-qwen3.8-27b-abliterated" url: "github:mudler/LocalAI/gallery/virtual.yaml@master" urls: