27 Downloads Updated 5 days ago
ollama run edtorre/qwen3.6-hermes
Updated 5 days ago
5 days ago
b046ba230ee2 · 18GB ·
edtorre/qwen3.6-hermes - Best for 24+ gb vram setups.
A powerful, agent-tuned Qwen 3.6 27B model for local agent harnesses like Hermes Agent. Based on qwen3.6:27b-mtp-q4_K_M with native multi-token prediction (MTP) for faster generation.
Specs
┌──────────────────┬────────────────────────┐
│ Parameter │ Value │
├──────────────────┼────────────────────────┤
│ Base Model │ qwen3.6:27b-mtp-q4_K_M │
├──────────────────┼────────────────────────┤
│ Parameters │ 27.3B │
├──────────────────┼────────────────────────┤
│ Quantization │ Q4_K_M │
├──────────────────┼────────────────────────┤
│ Size │ 17 GB │
├──────────────────┼────────────────────────┤
│ Context Window │ 65,536 (64K) │
├──────────────────┼────────────────────────┤
│ Max Output │ 8,192 tokens │
├──────────────────┼────────────────────────┤
│ Temperature │ 0.7 │
├──────────────────┼────────────────────────┤
│ Top-k / Top-p │ 20 / 0.9 │
├──────────────────┼────────────────────────┤
│ Presence Penalty │ 1.2 │
├──────────────────┼────────────────────────┤
│ Draft Predict │ 4 (MTP enabled) │
└──────────────────┴────────────────────────┘
Capabilities
Performance Notes
At 17 GB + 64K context, this model is tight on 20 GB VRAM. Requires these Ollama server settings:
OLLAMA_FLASH_ATTENTION=1
OLLAMA_KV_CACHE_TYPE=q8_0
With flash attention and Q8_0 KV cache, total VRAM usage is approximately 17-18 GB — fits on a 20 GB card. Native MTP (draft_num_predict 4) provides faster token generation when available.
Quick Start
ollama run edtorre/qwen3.6-hermes
With Hermes Agent:
hermes config set model.default edtorre/qwen3.6-hermes
hermes chat
License
Apache 2.0