nphearum/Qwen3.5-9bxOpus-4.7-sonic-GGUF overview
Qwen3.5 9bxOpus 4.7 sonic GGUF : GGUF A distilled 9B code/reasoning model in GGUF format, optimized for local inference via llama.cpp. Quick Start bash llama c…
Runs locally from ~879.0 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Qwen3.5-9B.BF16-mmproj.gguf | GGUF | GGUF | 879.0 MB | Download |
| Qwen3.5-9B.BF16.gguf | GGUF | GGUF | 16.69 GB | Download |
| Qwen3.5-9B.Q2_K_L.gguf | GGUF | GGUF | 4.57 GB | Download |
| Qwen3.5-9B.Q4_K_M.gguf | GGUF | GGUF | 5.24 GB | Download |
| Qwen3.5-9B.Q6_K.gguf | GGUF | GGUF | 6.85 GB | Download |
| Qwen3.5-9B.Q8_0.gguf | GGUF | GGUF | 8.87 GB | Download |
Model Details
Model README
---
tags:
- gguf
- llama.cpp
- unsloth
- vision-language-model
license: apache-2.0
datasets:
- nphearum/Opus-4.6x4.7-reasoning
base_model:
- Qwen/Qwen3.5-9B
---
Qwen3.5-9bxOpus-4.7-sonic-GGUF : GGUF
A distilled 9B code/reasoning model in GGUF format, optimized for local inference via llama.cpp.
---
Quick Start
llama-cli -hf nphearum/Qwen3.5-9bxOpus-4.7-sonic-GGUF --jinja
---
Server Launch
llama-server \
-m Qwen3.5-9bxOpus-4.7-sonic-GGUF.Q4_K_M.gguf \
--port 8001 --alias qwen3.5-9b-opus \
-c 65536 -n 8192 \
--temp 0.6 --top-p 0.95 --top-k 40 --repeat-penalty 1.05 \
--flash-attn on --ctk q8_0 --ctv q8_0 \
--jinja --chat-template-kwargs '{"enable_thinking": true}' \
-ngl -1
Recomment configure
Using mmproj is more like to Multi-Token Prediction(MTP) -- reason for support text, image, video, audio and pdf, is an advanced training and inference technique for memory and cache.
I recomment to use --ctk q8_0 --ctv q8_0 for better cache and load.
llama-server \
-m Qwen3.5-9bxOpus-4.7-sonic-GGUF.Q4_K_M.gguf \
--port 53281 \
-c 131072 \
--parallel 1 \
--flash-attn on \
--no-context-shift \
-ngl -1 \
--jinja \
--chat-template-kwargs "{\"enable_thinking\": true}" \
--mmproj Qwen3.5-9bxOpus-4.7-sonic-GGUF.BF16-mmproj.gguf
---
Preset Configs
| Mode | Flags |
|---|---|
| Coding | --temp 0.4 --top-p 0.9 --top-k 50 --repeat-penalty 1.1 |
| Reasoning | --temp 0.6 --top-p 0.95 --top-k 40 |
| Low VRAM | -c 32768 -n 4096 --flash-attn off -ngl 20 |
---
Key Specs
- Base: Qwen3.5 9B · Format: Q4\_K\_M GGUF
- Context: 32K–64K practical · Output: up to 8K tokens
- KV cache: 8-bit (q8\_0) · GPU: full offload (
-ngl -1) - Thinking mode: optional — improves reasoning, adds latency
---
Caveats
- Quality drops beyond 64K context
- 9B class — sensitive to sampling parameters
- Thinking mode can produce unstable output if misaligned with training
Run nphearum/Qwen3.5-9bxOpus-4.7-sonic-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models