Skip to content

Commit 844b0b7

Browse files
localai-botmudler
andauthored
chore(model gallery): 🤖 add 1 new models via gallery agent (#9400)
chore(model gallery): 🤖 add new models via gallery agent Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
1 parent 55c0521 commit 844b0b7

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,67 @@
11
---
2+
- name: "qwen3.6-35b-a3b-apex"
3+
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
4+
urls:
5+
- https://huggingface.co/mudler/Qwen3.6-35B-A3B-APEX-GGUF
6+
description: |
7+
# Qwen3.6-35B-A3B
8+
9+
[](https://chat.qwen.ai)
10+
11+
> [!Note]
12+
> This repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.
13+
>
14+
> These artifacts are compatible with Hugging Face Transformers, vLLM, SGLang, KTransformers, etc.
15+
16+
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.
17+
18+
## Qwen3.6 Highlights
19+
20+
This release delivers substantial upgrades, particularly in
21+
22+
- **Agentic Coding:** the model now handles frontend workflows and repository-level reasoning with greater fluency and precision.
23+
- **Thinking Preservation:** we've introduced a new option to retain reasoning context from historical messages, streamlining iterative development and reducing overhead.
24+
25+
For more details, please refer to our blog post Qwen3.6-35B-A3B.
26+
27+
## Model Overview
28+
29+
...
30+
license: "apache-2.0"
31+
tags:
32+
- llm
33+
- gguf
34+
- qwen3
35+
- vision
36+
icon: https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3.6/Figures/qwen3.6_35b_a3b_score.png
37+
overrides:
38+
backend: llama-cpp
39+
function:
40+
automatic_tool_parsing_fallback: true
41+
grammar:
42+
disable: true
43+
known_usecases:
44+
- chat
45+
mmproj: llama-cpp/mmproj/Qwen3.6-35B-A3B-APEX-GGUF/mmproj.gguf
46+
options:
47+
- use_jinja:true
48+
parameters:
49+
min_p: 0
50+
model: llama-cpp/models/Qwen3.6-35B-A3B-APEX-GGUF/Qwen3.6-35B-A3B-APEX-Quality.gguf
51+
presence_penalty: 1.5
52+
repeat_penalty: 1
53+
temperature: 0.7
54+
top_k: 20
55+
top_p: 0.8
56+
template:
57+
use_tokenizer_template: true
58+
files:
59+
- filename: llama-cpp/mmproj/Qwen3.6-35B-A3B-APEX-GGUF/mmproj.gguf
60+
sha256: 356dfaa3111376a4f7165e32e8749713378d1700b37cf52e0c50d9f23322334d
61+
uri: https://huggingface.co/mudler/Qwen3.6-35B-A3B-APEX-GGUF/resolve/main/mmproj.gguf
62+
- filename: llama-cpp/models/Qwen3.6-35B-A3B-APEX-GGUF/Qwen3.6-35B-A3B-APEX-Quality.gguf
63+
sha256: b5aa0676be588bf6ef3bbdb89905d7d239b2a809637f0766a6ce23aed6c6b5b4
64+
uri: https://huggingface.co/mudler/Qwen3.6-35B-A3B-APEX-GGUF/resolve/main/Qwen3.6-35B-A3B-APEX-Quality.gguf
265
- name: "qwen3.6-35b-a3b"
366
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
467
urls:

0 commit comments

Comments
 (0)