Views
No views yet

InternScience's Agents-A1 (a ~35B-A3B hybrid-attention MoE agent model) quantized to a single IQ2_M GGUF (~11.7 GB) that runs on a 16 GB machine. It solves real SWE-bench Verified tasks in an agentic Claude-Code-style loop. This is InternScience's model — ours is the quant + imatrix + eval + ready-to-run Modelfiles. (No other GGUF existed when this was published, so this is the first-mover GGUF; if unsloth/others ship one, ours adds an imatrix, a documented agentic eval, and configurable-context Modelfiles.)
| file | bits | size | pick this if… |
|---|---|---|---|
Agents-A1-IQ2_M.gguf | ~2.7 | ~11.7 GB | the one in this repo — fits 16 GB RAM/VRAM, still does agentic coding |
| you have | comfortable context |
|---|---|
| 16 GB | ~8–32K |
| 24 GB | ~64–128K |
| 32 GB+ | up to native 256K |
num_ctx (see CONTEXT.md).CONTEXT.md. 32K is the recommended default for agentic/coding work.1# Ollama (build a 32K-context model from the included Modelfile)
2ollama create agents-a1-32k -f Modelfile.32k
3ollama run agents-a1-32k
4
5# llama.cpp (use a recent build — this is a qwen3_5_moe hybrid-attention MoE)
6llama-server -m Agents-A1-IQ2_M.gguf -c 32768 --jinja --temp 1.0 --top-p 0.95tools parameter (or Anthropic-style via a bridge) and it returns proper tool_calls. No text-injection workaround needed.⚠️ Needs a recent llama.cpp. Agents-A1 is aqwen3_5_moehybrid (gated-delta-net linear-attention layers + MoE, every-4th-layer full attention). It requires a llama.cpp build new enough to include theqwen35moegraph. Older builds will fail to load it.
django__django-11133 (✗), django__django-11099 (✓), django__django-13590 (✗), django__django-13933 (✗), django__django-14608 (✗). The full 30-instance discriminating probe spec is in swe_mix.json — 6 continuity anchors + 24 discriminating (10 repos); the pre-screen runs the first 5.llama-server, in terminal-bench / Docker, native tools calling, 80-message cap per task.tools param; not bypassed — the model's chat template emits proper tool_calls).django__django-11099, 1/1 tests) — gate passed. Clean agentic loops on all 5 (native tool calls, 0 degenerate turns). Probe spec in swe_mix.json.