From 58193f04ee42d277a527eaafc2f780c91c34dc1b Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Sat, 25 Apr 2026 00:57:59 +0000 Subject: [PATCH] chore(model gallery): :robot: add new models via gallery agent Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- gallery/index.yaml | 64 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index ccbec3ec0ba3..cca20e1936dd 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -1,4 +1,68 @@ --- +- name: "qwen3.6-27b" + url: "github:mudler/LocalAI/gallery/virtual.yaml@master" + urls: + - https://huggingface.co/Jackrong/Qwen3.6-27B-GGUF + description: | + # Qwen3.6-27B + + [](https://chat.qwen.ai) + + > [!Note] + > This repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format. + > + > These artifacts are compatible with Hugging Face Transformers, vLLM, SGLang, KTransformers, etc. + + Following the February release of the Qwen3.5 series, we're pleased to share the first open-weight variant of Qwen3.6. Built on direct feedback from the community, Qwen3.6 prioritizes stability and real-world utility, offering developers a more intuitive, responsive, and genuinely productive coding experience. + + ## Qwen3.6 Highlights + + This release delivers substantial upgrades, particularly in + + - **Agentic Coding:** the model now handles frontend workflows and repository-level reasoning with greater fluency and precision. + - **Thinking Preservation:** we've introduced a new option to retain reasoning context from historical messages, streamlining iterative development and reducing overhead. + + For more details, please refer to our blog post Qwen3.6-27B. + + ## Model Overview + + ... + license: "apache-2.0" + tags: + - llm + - gguf + - qwen + - multimodal + - reasoning + icon: https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3.6/Figures/qwen3.6_27b_score.png + overrides: + backend: llama-cpp + function: + automatic_tool_parsing_fallback: true + grammar: + disable: true + known_usecases: + - chat + mmproj: llama-cpp/mmproj/Qwen3.6-27B-GGUF/mmproj.gguf + options: + - use_jinja:true + parameters: + min_p: 0 + model: llama-cpp/models/Qwen3.6-27B-GGUF/Qwen3.6-27B-Q4_K_M.gguf + presence_penalty: 1.5 + repeat_penalty: 1 + temperature: 0.7 + top_k: 20 + top_p: 0.8 + template: + use_tokenizer_template: true + files: + - filename: llama-cpp/models/Qwen3.6-27B-GGUF/Qwen3.6-27B-Q4_K_M.gguf + sha256: e412f90056900952293cd1e7074f562f2011345ca23b7b75ce8beec84c59e965 + uri: https://huggingface.co/Jackrong/Qwen3.6-27B-GGUF/resolve/main/Qwen3.6-27B-Q4_K_M.gguf + - filename: llama-cpp/mmproj/Qwen3.6-27B-GGUF/mmproj.gguf + sha256: 82ba0a8c3b63d5b3f2f97b02211a020abd9c8827dfb8e4c920aed62bdff2ca9f + uri: https://huggingface.co/Jackrong/Qwen3.6-27B-GGUF/resolve/main/mmproj.gguf - name: "qwopus-glm-18b-merged" url: "github:mudler/LocalAI/gallery/virtual.yaml@master" urls: