Views
No views yet

An IQ2_M (imatrix) quant of Qwen/Qwen3-Coder-30B-A3B-Instruct at ~10 GB — runs on a normal laptop, stays a capable agentic coder at 2-bit. Weights & training © Qwen (Apache-2.0); independent quant + eval, full credit. (Other quants: unsloth — this one adds an independent agentic eval, the exact test set, and configurable-context Modelfiles.)
Qwen3-Coder-30B-A3B-Instruct-IQ2_M.gguf — ~10 GB, imatrix-quantized (2-bit "I-quant": smallest size that stays sharp; needs the bundled imatrix, a touch more CPU than K-quants). 30B total / 3B active (MoE → fast inference despite the size).| you have | context you can run |
|---|---|
| 12 GB | ~8–16K |
| 16 GB | ~32–64K |
| 24 GB | ~128K |
| 32 GB+ | full native (262K) |
CONTEXT.md.1ollama create qc-128k -f Modelfile-128k && ollama run qc-128k
2# or per-session: >>> /set parameter num_ctx 2621441ollama run hf.co/KikoCis/Qwen3-Coder-30B-A3B-Instruct-IQ2_M-GGUF # default 32K
2llama-server -m Qwen3-Coder-30B-A3B-Instruct-IQ2_M.gguf -c 131072 --jinja<function=...> (OpenHands/Qwen-Coder) tool format. In OpenHands / Qwen-Agent it's native. In a Claude-Code-style harness, inject tool defs as TEXT in that format — relying on the native tools param yields empty output (that fix took it from 0 → solving tasks here).openhands.| probe | score | what it is |
|---|---|---|
swe-mix (ranking) | 3/30 | 6 continuity anchors + 24 discriminating (15× "1-4 h" + 9× "15 min-1 h", 10 repos). Exact instances in swe_mix.json. |
django-6 (legacy/easy) | 4/6 | the original easy probe (saturated) |
swe-mix, the 3 solved are the easier "anchor" tasks; the "1–4 h" instances are out of reach for a 10 GB model in a 20-min agent budget (expected). This ranks models head-to-head on the same set — not 1:1 with the official SWE-bench leaderboard. Per-instance pass/fail and the imatrix are reproducible from the artifacts here.