Skip to content

Commit 840db2f

Browse files
localai-botmudler
andauthored
chore(model gallery): 🤖 add 1 new models via gallery agent (#9703)
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 0b9344e commit 840db2f

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,62 @@
11
---
2+
- name: "qwopus3.6-35b-a3b-v1"
3+
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
4+
urls:
5+
- https://huggingface.co/Jackrong/Qwopus3.6-35B-A3B-v1-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+
- vision
35+
- multimodal
36+
- reasoning
37+
icon: https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3.6/Figures/qwen3.6_35b_a3b_score.png
38+
overrides:
39+
backend: llama-cpp
40+
function:
41+
automatic_tool_parsing_fallback: true
42+
grammar:
43+
disable: true
44+
known_usecases:
45+
- chat
46+
mmproj: llama-cpp/mmproj/Qwopus3.6-35B-A3B-v1-GGUF/mmproj.gguf
47+
options:
48+
- use_jinja:true
49+
parameters:
50+
model: llama-cpp/models/Qwopus3.6-35B-A3B-v1-GGUF/Qwopus3.6-35B-A3B-v1-Q4_K_M.gguf
51+
template:
52+
use_tokenizer_template: true
53+
files:
54+
- filename: llama-cpp/models/Qwopus3.6-35B-A3B-v1-GGUF/Qwopus3.6-35B-A3B-v1-Q4_K_M.gguf
55+
sha256: 90d2bad2b665bb80453ec4e2ca89cc05d484f08c97fb6f5783ac32cb33ce6c17
56+
uri: https://huggingface.co/Jackrong/Qwopus3.6-35B-A3B-v1-GGUF/resolve/main/Qwopus3.6-35B-A3B-v1-Q4_K_M.gguf
57+
- filename: llama-cpp/mmproj/Qwopus3.6-35B-A3B-v1-GGUF/mmproj.gguf
58+
sha256: 56c89f1ca1547a8a15066642f54b94e4911e3c86cccb3d88163d823e8b6b8799
59+
uri: https://huggingface.co/Jackrong/Qwopus3.6-35B-A3B-v1-GGUF/resolve/main/mmproj.gguf
260
- name: "qwen3.6-27b-heretic-uncensored-finetune-neo-code-di-imatrix-max"
361
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
462
urls:

0 commit comments

Comments
 (0)