llml LLM Launcher

New profiles added regularly — watch the llml repo ↗ to get notified.

← browse

Qwen3.6-thinking

4-bit quant requires ~23 GB total memory (VRAM + RAM).

llama.cpp Mixed Cross-platform General Updated 2026-06-05
Model Qwen3.6-thinking
Backend llama.cpp
Hardware Mixed
Use case General
Maintainer @flyingnobita
Last updated 2026-06-05

Why this profile exists

4-bit quant requires ~23 GB total memory (VRAM + RAM). For precise coding tasks use temp=0.6 and presence-penalty=0.0.

Launch configuration

# args
--temp 1.0
--top-p 0.95
--ctx-size 16384
--top-k 20
--min-p 0.00
--presence-penalty 1.5
--repeat-penalty 1.0
--chat-template-kwargs {"enable_thinking":true}

Hardware assumptions

  • Mixed — tested envelope
  • Cross-platform — backend installed and on PATH
  • Backend: llama.cpp >= current llml-supported version
  • Profile assumes the model file is already on disk; llml supplies the path at launch