This is AEON-7's Ornith "Ultimate Uncensored" tune of Qwen3.6-35B-A3B (256-expert MoE, 3B
active parameters), converted to OpenVINO INT4 with Intel's own recipe. Sibling of my
tvall43 heretic conversion
of the same base model: same speed class, different tuning flavor. Runs on the stock 2026.2
runtime, no patches, coherent through 32K context.
One thing made this conversion special. Ornith was saved by a bleeding-edge transformers
(5.13-dev) that stores each of the 10,240 experts as separate tensors (30,720 tensor files
worth of them), while every current export toolchain expects the fused layout and silently
RANDOMIZES the experts if it does not find it. This conversion required re-fusing all 30,720
per-expert tensors back into the 80 fused ones, with the layout and packing order verified
against the toolchain's own model skeleton before writing. If you are trying to convert any
model saved in the new per-expert format, the fusion script and the full story are in the
toolkit repo. But, you should know
I did all that work to find out it was pretty tarded for roleplay, still good for workflow,
but not the best at campfire stories.
A password fact planted early in the prompt, retrieved at the end. Pass means the exact password.
No rope patch, no precision workarounds, no special properties for single-stream use. The
architecture is rated to 262K positions; 32K is as far as my test box's host RAM lets me verify.
Identical to the
tvall43 sibling:
standard Qwen
<|im_start|> format, pre-closed
<think>\n\n</think> block for fast no-think
replies (remove it and give at least 1024 tokens to enable reasoning), and
{"DYNAMIC_QUANTIZATION_GROUP_SIZE": 0} if you use continuous batching. Full runnable snippet
on the sibling card; just point it at this folder.
1pip install openvino-genai==2026.2.0 huggingface_hub
2huggingface-cli download Wondernutts/Ornith-1.0-35B-AEON-Ultimate-Uncensored-BF16-int4-ov --local-dir ./ornith-35b-ov
Qwen/Qwen3.6-35B-A3B, Ornith-1.0 "AEON Ultimate Uncensored" tune by
AEON-7,
per-expert-to-fused weight restoration and OpenVINO INT4 conversion (this repo).
Uncensored general model, built and tested for roleplay and creative writing on local Intel
hardware. The tune removes refusal behavior and outputs are unfiltered; you are responsible for
lawful and appropriate use. Licensed under
Apache 2.0, same as the upstream Qwen3.6 release.