Image-Text-to-Text
GGUF
English
Chinese
multilingual
qwen3.6
tq3_4s
turboquant
vision
multimodal
conversational
Instructions to use YTan2000/Qwen3.6-27B-TQ3_4S with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use YTan2000/Qwen3.6-27B-TQ3_4S with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf YTan2000/Qwen3.6-27B-TQ3_4S # Run inference directly in the terminal: llama cli -hf YTan2000/Qwen3.6-27B-TQ3_4S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf YTan2000/Qwen3.6-27B-TQ3_4S # Run inference directly in the terminal: llama cli -hf YTan2000/Qwen3.6-27B-TQ3_4S
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf YTan2000/Qwen3.6-27B-TQ3_4S # Run inference directly in the terminal: ./llama-cli -hf YTan2000/Qwen3.6-27B-TQ3_4S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf YTan2000/Qwen3.6-27B-TQ3_4S # Run inference directly in the terminal: ./build/bin/llama-cli -hf YTan2000/Qwen3.6-27B-TQ3_4S
Use Docker
docker model run hf.co/YTan2000/Qwen3.6-27B-TQ3_4S
- LM Studio
- Jan
- vLLM
How to use YTan2000/Qwen3.6-27B-TQ3_4S with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "YTan2000/Qwen3.6-27B-TQ3_4S" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "YTan2000/Qwen3.6-27B-TQ3_4S", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/YTan2000/Qwen3.6-27B-TQ3_4S
- Ollama
How to use YTan2000/Qwen3.6-27B-TQ3_4S with Ollama:
ollama run hf.co/YTan2000/Qwen3.6-27B-TQ3_4S
- Unsloth Desktop
- Pi
How to use YTan2000/Qwen3.6-27B-TQ3_4S with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf YTan2000/Qwen3.6-27B-TQ3_4S
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "YTan2000/Qwen3.6-27B-TQ3_4S" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use YTan2000/Qwen3.6-27B-TQ3_4S with Docker Model Runner:
docker model run hf.co/YTan2000/Qwen3.6-27B-TQ3_4S
- Lemonade
How to use YTan2000/Qwen3.6-27B-TQ3_4S with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull YTan2000/Qwen3.6-27B-TQ3_4S
Run and chat with the model
lemonade run user.Qwen3.6-27B-TQ3_4S-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use YTan2000/Qwen3.6-27B-TQ3_4S with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf YTan2000/Qwen3.6-27B-TQ3_4S
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default YTan2000/Qwen3.6-27B-TQ3_4S
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use YTan2000/Qwen3.6-27B-TQ3_4S with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf YTan2000/Qwen3.6-27B-TQ3_4S
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "YTan2000/Qwen3.6-27B-TQ3_4S" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -22,57 +22,6 @@ language:
|
|
| 22 |
|
| 23 |
[](https://chat.qwen.ai)
|
| 24 |
|
| 25 |
-
> [!Note]
|
| 26 |
-
> This repository contains model weights and configuration files for the post-trained model in GGUF format.
|
| 27 |
-
>
|
| 28 |
-
> These artifacts are intended for llama.cpp-style runtimes and other GGUF-compatible inference stacks.
|
| 29 |
-
|
| 30 |
-
Following the February release of the Qwen3.5 series, we're pleased to share a `TQ3_4S` GGUF release of Qwen3.6-27B. Built on the upstream Qwen3.6-27B model and converted through the `unsloth/Qwen3.6-27B-GGUF` path, this release is aimed at strong local inference efficiency while preserving the stability and real-world coding utility of the base model.
|
| 31 |
-
|
| 32 |
-
## Qwen3.6 Highlights
|
| 33 |
-
|
| 34 |
-
This release delivers substantial upgrades, particularly in
|
| 35 |
-
|
| 36 |
-
- **Agentic Coding:** the model now handles frontend workflows and repository-level reasoning with greater fluency and precision.
|
| 37 |
-
- **Thinking Preservation:** Qwen introduced the option to retain reasoning context from historical messages, reducing overhead during iterative work.
|
| 38 |
-
|
| 39 |
-

|
| 40 |
-
|
| 41 |
-
For the full upstream write-up, see the Qwen blog post: [Qwen3.6-27B](https://qwen.ai/blog?id=qwen3.6-27b).
|
| 42 |
-
|
| 43 |
-
## Model Overview
|
| 44 |
-
|
| 45 |
-
- Type: Causal Language Model with Vision Encoder
|
| 46 |
-
- Training Stage: Pre-training and Post-training
|
| 47 |
-
- Architecture: `qwen35`
|
| 48 |
-
- Parameters: `27B`
|
| 49 |
-
- Layers: `64`
|
| 50 |
-
- Embedding dimension: `5120`
|
| 51 |
-
- FFN dimension: `17408`
|
| 52 |
-
- Hidden layout: `16 × (3 × (Gated DeltaNet -> FFN) -> 1 × (Gated Attention -> FFN))`
|
| 53 |
-
- Gated DeltaNet heads: `48` for `V`, `16` for `QK`, head dim `128`
|
| 54 |
-
- Gated Attention heads: `24` for `Q`, `4` for `KV`, head dim `256`
|
| 55 |
-
- RoPE dim: `64`
|
| 56 |
-
- Native context: `262,144`
|
| 57 |
-
|
| 58 |
-
## Benchmark Results
|
| 59 |
-
|
| 60 |
-
For the full upstream benchmark tables, refer to the official Qwen model card:
|
| 61 |
-
|
| 62 |
-
- [Qwen/Qwen3.6-27B](https://huggingface.co/Qwen/Qwen3.6-27B)
|
| 63 |
-
|
| 64 |
-
Selected upstream headline results for the base model:
|
| 65 |
-
|
| 66 |
-
- `SWE-bench Verified`: `77.2`
|
| 67 |
-
- `Terminal-Bench 2.0`: `59.3`
|
| 68 |
-
- `SkillsBench Avg5`: `48.2`
|
| 69 |
-
- `GPQA Diamond`: `87.8`
|
| 70 |
-
- `AIME26`: `94.1`
|
| 71 |
-
- `MMMU`: `82.9`
|
| 72 |
-
- `AndroidWorld`: `70.3`
|
| 73 |
-
|
| 74 |
-
These are upstream base-model results, not local GGUF quant results.
|
| 75 |
-
|
| 76 |
## TQ3_4S Release
|
| 77 |
|
| 78 |
This repository packages the model as a TurboQuant `TQ3_4S` GGUF for local deployment.
|
|
@@ -103,6 +52,12 @@ Prompt processing:
|
|
| 103 |
- `PPL = 6.2452 +/- 0.16138`
|
| 104 |
- `prompt eval = 712.02 tok/s`
|
| 105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
## Runtime Notes
|
| 107 |
|
| 108 |
- Use a TurboQuant-capable llama.cpp build for best performance.
|
|
@@ -112,6 +67,31 @@ Prompt processing:
|
|
| 112 |
- Upstream guidance recommends keeping at least `128K` context when possible for reasoning-heavy workloads. On smaller local GPUs, reduce context as needed to fit memory.
|
| 113 |
- Upstream default sampling guidance differs between thinking and non-thinking mode; follow the official Qwen card if you are trying to reproduce base-model behavior.
|
| 114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
## Example
|
| 116 |
|
| 117 |
```bash
|
|
@@ -128,6 +108,47 @@ Build/runtime:
|
|
| 128 |
git clone https://github.com/turbo-tan/llama.cpp-tq3
|
| 129 |
```
|
| 130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
## Sources
|
| 132 |
|
| 133 |
- Upstream base model: [Qwen/Qwen3.6-27B](https://huggingface.co/Qwen/Qwen3.6-27B)
|
|
|
|
| 22 |
|
| 23 |
[](https://chat.qwen.ai)
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
## TQ3_4S Release
|
| 26 |
|
| 27 |
This repository packages the model as a TurboQuant `TQ3_4S` GGUF for local deployment.
|
|
|
|
| 52 |
- `PPL = 6.2452 +/- 0.16138`
|
| 53 |
- `prompt eval = 712.02 tok/s`
|
| 54 |
|
| 55 |
+
16 GB VRAM fit checks on RTX 5060 Ti with the recommended KV settings:
|
| 56 |
+
|
| 57 |
+
- `32k` context fits
|
| 58 |
+
- `64k` context fits
|
| 59 |
+
- `128k` context does not fit
|
| 60 |
+
|
| 61 |
## Runtime Notes
|
| 62 |
|
| 63 |
- Use a TurboQuant-capable llama.cpp build for best performance.
|
|
|
|
| 67 |
- Upstream guidance recommends keeping at least `128K` context when possible for reasoning-heavy workloads. On smaller local GPUs, reduce context as needed to fit memory.
|
| 68 |
- Upstream default sampling guidance differs between thinking and non-thinking mode; follow the official Qwen card if you are trying to reproduce base-model behavior.
|
| 69 |
|
| 70 |
+
## Recommended llama.cpp Settings
|
| 71 |
+
|
| 72 |
+
Default prompt-processing settings on 16 GB:
|
| 73 |
+
|
| 74 |
+
```bash
|
| 75 |
+
llama-bench \
|
| 76 |
+
-m Qwen3.6-27B-TQ3_4S.gguf \
|
| 77 |
+
-ngl 99 \
|
| 78 |
+
-ctk q4_0 \
|
| 79 |
+
-ctv tq3_0 \
|
| 80 |
+
-fa 1 \
|
| 81 |
+
-p 2048 -n 0 -r 3
|
| 82 |
+
```
|
| 83 |
+
|
| 84 |
+
Default chat/server settings:
|
| 85 |
+
|
| 86 |
+
```bash
|
| 87 |
+
llama-server \
|
| 88 |
+
-m Qwen3.6-27B-TQ3_4S.gguf \
|
| 89 |
+
--host 127.0.0.1 --port 8080 \
|
| 90 |
+
-ngl 99 -c 4096 -np 1 \
|
| 91 |
+
-ctk q4_0 -ctv tq3_0 -fa on \
|
| 92 |
+
--jinja
|
| 93 |
+
```
|
| 94 |
+
|
| 95 |
## Example
|
| 96 |
|
| 97 |
```bash
|
|
|
|
| 108 |
git clone https://github.com/turbo-tan/llama.cpp-tq3
|
| 109 |
```
|
| 110 |
|
| 111 |
+
## Qwen3.6 Base Model
|
| 112 |
+
|
| 113 |
+
> [!Note]
|
| 114 |
+
> The upstream Qwen repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.
|
| 115 |
+
>
|
| 116 |
+
> Those upstream artifacts are compatible with Hugging Face Transformers, vLLM, SGLang, KTransformers, and related runtimes.
|
| 117 |
+
|
| 118 |
+
Following the February release of the Qwen3.5 series, Qwen describes Qwen3.6 as the first open-weight Qwen3.6 variant, built for stronger stability and real-world utility.
|
| 119 |
+
|
| 120 |
+
### Qwen3.6 Highlights
|
| 121 |
+
|
| 122 |
+
- **Agentic Coding:** the model handles frontend workflows and repository-level reasoning with greater fluency and precision.
|
| 123 |
+
- **Thinking Preservation:** the model family retains reasoning context across historical turns to reduce overhead during iterative work.
|
| 124 |
+
|
| 125 |
+

|
| 126 |
+
|
| 127 |
+
### Model Overview
|
| 128 |
+
|
| 129 |
+
- Type: Causal Language Model with Vision Encoder
|
| 130 |
+
- Training Stage: Pre-training and Post-training
|
| 131 |
+
- Architecture: `qwen35`
|
| 132 |
+
- Parameters: `27B`
|
| 133 |
+
- Layers: `64`
|
| 134 |
+
- Embedding dimension: `5120`
|
| 135 |
+
- FFN dimension: `17408`
|
| 136 |
+
- Hidden layout: `16 × (3 × (Gated DeltaNet -> FFN) -> 1 × (Gated Attention -> FFN))`
|
| 137 |
+
- Gated DeltaNet heads: `48` for `V`, `16` for `QK`, head dim `128`
|
| 138 |
+
- Gated Attention heads: `24` for `Q`, `4` for `KV`, head dim `256`
|
| 139 |
+
- RoPE dim: `64`
|
| 140 |
+
- Native context: `262,144`
|
| 141 |
+
|
| 142 |
+
### Selected Upstream Benchmark Highlights
|
| 143 |
+
|
| 144 |
+
- `SWE-bench Verified`: `77.2`
|
| 145 |
+
- `Terminal-Bench 2.0`: `59.3`
|
| 146 |
+
- `SkillsBench Avg5`: `48.2`
|
| 147 |
+
- `GPQA Diamond`: `87.8`
|
| 148 |
+
- `AIME26`: `94.1`
|
| 149 |
+
- `MMMU`: `82.9`
|
| 150 |
+
- `AndroidWorld`: `70.3`
|
| 151 |
+
|
| 152 |
## Sources
|
| 153 |
|
| 154 |
- Upstream base model: [Qwen/Qwen3.6-27B](https://huggingface.co/Qwen/Qwen3.6-27B)
|