72 Downloads Updated 20 hours ago
ollama run satgeze/qwen36-35b-uncensored-1m
ollama launch claude --model satgeze/qwen36-35b-uncensored-1m
ollama launch codex-app --model satgeze/qwen36-35b-uncensored-1m
ollama launch openclaw --model satgeze/qwen36-35b-uncensored-1m
ollama launch hermes --model satgeze/qwen36-35b-uncensored-1m
ollama launch codex --model satgeze/qwen36-35b-uncensored-1m
ollama launch opencode --model satgeze/qwen36-35b-uncensored-1m

HauhauCS’s Aggressive uncensored Qwen3.6-35B-A3B with a 1,048,576-token context baked in, the official MTP layer grafted back at the tensor level, and vision attached. One file, four capabilities. Native renderer and parser set:
ollama launch claude --model satgeze/qwen36-35b-uncensored-1m

A perfect 70⁄70: 10 needles at every rung from 64K through 1M, f16 KV, temperature 0. Not a single miss anywhere in the ladder.

| Tag | Size | When |
|---|---|---|
latest |
23GB | The full package: uncensored + 1M + MTP + vision |
q4_k_m-no-mtp |
22GB | Plain uncensored 1M trunk without the MTP layer |
Hybrid GDN architecture keeps KV small: a 128GB Mac runs the full 1M in about 44GB total; a 32GB card holds roughly 262K fully resident. Raise with /set parameter num_ctx.
The grafted MTP layer measured +34 percent decode with acceptance 0.864 under llama.cpp; dormant in Ollama until speculative decoding ships there, then it activates automatically.
Full repo, raw data, charts: Hugging Face | ModelScope Method and harness: github.com/satindergrewal/aviary-1m
Credits: Qwen (base + MTP layer, Apache-2.0), HauhauCS (uncensoring), Unsloth (MTP GGUF packaging), SatGeze (1M extension, MTP graft, certification).