Instructions to use DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
Use Docker
docker model run hf.co/DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
- Ollama
How to use DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF with Ollama:
ollama run hf.co/DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
- Unsloth Studio
How to use DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF to start chatting
- Pi
How to use DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF with Docker Model Runner:
docker model run hf.co/DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
- Lemonade
How to use DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF-Q4_K_M
List all available models
lemonade list
Eval of 711, Tess, AEON, ThinkingCap, 27B base with no confounds
Here ya go, objective, independent, evidence that on the whole 711 is hands down an upgrade:
https://blog.robai.net/27bevals/
The Q8_0 vs BF16 711 results were repeated multiple times because it's odd but the fact is Q8 sometimes snaps a result to a better outcome, just is what is.
I've finished initially implementing llama style DRY in vllm with MTP compatibility.
When I've had some time to make sure that is not causing issues, I'll retest all of them and see if it changes things.
@tcclaviger
I can not access link/report from by location ; geo (AU) and/or ip blocked?
Can you add screenshots in case others are having this issue too?
thank you ;
EDIT:
Was able to view; excellent, super detailed report.
Fantastic.
Ah right I forgot I have some....stuff setup that might cause that.
I'll export and post elsewhere.
I did loads of testing with claude created tests across various quants and models
https://claude.ai/code/artifact/4472b727-8ae6-4099-b1a0-700ecf74bf2e
Every model was K_M and I also threw in IQ4_XS for the final tests, run in llamacpp
defiant-9b
defiant-9b-mtp
fable-711-q4
fable-711-q4-mtp
fable-711-q5
fable-711-q5-mtp
qwythos-q4
qwythos-q4-mtp
qwythos-q5
qwythos-q5-mtp
711 was the best out of all them by far. It was weird though, it seemed like Q4 was better at some stuff than Q5 and vice versa.
I could upload the testing files if anyone really wanted them, but I doubt anyone does. it took like 5-6 days of solid testing to get these results using a 5090. nearly 24 hours for the "abyssal" tests, it was obnoxious trying to get sonnet to not score a 100% across the board
Here ya go, objective, independent, evidence that on the whole 711 is hands down an upgrade:
https://blog.robai.net/27bevals/
The Q8_0 vs BF16 711 results were repeated multiple times because it's odd but the fact is Q8 sometimes snaps a result to a better outcome, just is what is.
Wow, thx!
Would be amazing to have this also for the quants Q4 & Q5, to see if the base model with Q5_K_S degrades more drastically than the slightly larger 711's Q5_K_S.
Those results are slowly being added as I get through them, page has a drop-down to find model results now. Will spruce it up later wanted to get results up quickly, other projects are more prioritized
My new test harness is much more sensitive than previous regime.
The feature implementation test is the most meaningful as it involves tasks frontier models have struggled with.
The Complex test features multiple simultanious DSAs in one giant messy part of vLLMs code, plus stride length tracking across not-in-training data designs (the codes never been up streamed), between very different structures to keep correlation aligned. LRU eviction conditionally, not pure LRU, complex import discovery because the fix includes new imports to get data from existing but unavailable sources, and finally some extremely delicate boundary length manipulation.
Plus, it needs to be fast code.
Chat orchestrator involves correctly using a sliding window across streaming token deltas scanning for values without blocking or delay, handling stalls, pauses resumes, missing end tokens, broken tool calls, etc. A model that falls back to pure in training OpenAI, or Anthropic streaming guidelines will fail, I do some custom stuff on my streaming engine.
Robaiproxy is a retired project that was something like caddy + lact + load balancer + rabitMQ rolled into one. I removed some core pieces, the model is charged we implementing the removed features with identical to original behavior in tests.
They're tough tests, so any + on the result is a good result, gpt oss 120b I predict will pass almost none of them, will run in the future.
i'm impressed by the user comments, though there might be a hype bias. But the very strong response is a good sign.
But i had a little chat with 5.6 about the og benchmark and it was less enthusiastic. Even though on average it also declared this model the winner (based on this benchmark) with the clear exception of tool calling. (which is kind of a biggie) . But it was by no means overwhelming (based on the benchmark linked. Nor was it impressed with some of the benchmarks because the question base was too small for meaningful statistic ( This run used only 50 questions. Each question therefore changes the result by two percentage points:
94% = 47 correct
98% = 49 correct
100% = 50 correct
So Fusion Q8’s 100% versus base’s 98% is literally one additional correct answer. Do not use that to claim a meaningful mathematical advantage.)
https://chatgpt.com/share/6a6c5835-48b4-83eb-a7dd-5db51f17d35f (it was slightly weighing it to what it knows about me doing with llm (agentic coding, image stuff (where this model is a fail but the heretic one fixes that)) and my system.
Since i don't use this model but a apparently identical but (really) heretic one, i can't take it 1:1 anyway.
So while it seems the best for many cases, claiming it to be Opus level is likely plain silly. And of course q3.6 27b is a freak to start with.
Thank you for your comments.
100% correct means the model UNDERSTOOD and ANSWERED every question perfectly.
The key point: PERFECTLY.
At 1/2 precision the model moped the floor with Qwen 3.6 27B.
And at 1/4 precision IT STILL MOPES the floor with Qwen 3.6 27B.
In addition FF711 exceeding the base (and other models) on almost all benchmarks.
It it the totally of all of these that tell the FF711 story.
As for "Opus power"; see Qwen 3.6 27B org model card; they are already almost there.
first: Tbc I'm not questioning that it is good, even beyond just "beats the base model". But claims of near perfection make me careful. (i had similar discussions around the perfection claim of hauhaucs uncensored models). . And especially questioning the real life value (that was my question to 5.6)of the og post benchmark.
So of course i would hope (and trust) that it beats the BASE model after all the work that has gone into it. Something would be really wrong otherwise. The real challenge is the other finetunes, included and not.
The point about the small question base is just obviously valid. The number of points on which to base a statistic is a fairly simple concept to understand. Doing just 1 (one) less (or more) correct can simply be a fluke on that small base OR dependent on the questions in question (in the above benchmark) .
The literal perfection claim would be more impressive on a larger one. Call it the WWTBAM issue. You get the right 16 questions, you get million, get the wrong set and you leave a fool with 1000$ or nothing, despite using the same Q8 brain both times.
in a follow up question, 5.6 actually put a positive disclaimer on the (poor) tool calling result: "Fusion’s lower no-think result does not establish that it is worse in a thinking-enabled coding harness.
Fusion Q8’s stronger thinking-on Hard Mode result suggests it may recover—or even become preferable—when permitted to reason." https://chatgpt.com/share/6a6c6e25-7670-83eb-956d-5938dcd9e012
which i assume with my limited understanding, is the point of all the acronyms in the name.
Btw i can run q8 but not with useful context limit in vram. So lower precision to compare would definitely be interesting. I downloaded the re-hereticed version q4nl for my laptop tonight, and it seemed good but it did the Qwen "wait a moment thing" a lot even though the actual reasoning thinking was very good. But normally id use q6.
The benchmarks (by Nightmedia) on the main repo page have a lot more questions / harder questions and tell the story better VS 50 questions.
These are the core metrics we use in all testing (benched over 500 models) because they are very hard.
The goal of this model was to raise all benchmarks ; but not directly. (IE: No bench maxing -> it damages the model)
IE: Improve the overall internal structure and understanding deep in the model.
PPL [perplexity] is only one measurement (as noted in the Iron Labs report) ; but it shows a vast decrease (lower is better) ;
this in part shows a net increase in language comprehension.
This is critical in all LLM performance levels and benchmarks.
NOTE: IQ4NL is an oddball quant; you may want to try IQ4_XS.
Other users have reported very strong tool use ; in some cases "perfect" (when the base model made mistakes several times).
That being said there is always room for improvement.
I also have a lot more context on the model pages on how the merge was done.
This is an ongoing process of improvement.
Of course, I am not well known, which is why my model merges are not very popular :)
One of the building blocks of the 711 was this one, from three months ago:
https://huggingface.co/nightmedia/Qwen3.6-27B-Architect-DS9-Polaris-Heretic-mxfp8-mlx
I even posted it on Reddit
https://www.reddit.com/r/Qwen_AI/comments/1sy77k1/qwen3627barchitectds9polarisheretic_arc/
Not one comment.
It was before Fable traces and all the new model wraps. It was the first to scratch at the 0.700 ceiling, and a very nice RP engine--the heart of the 711
arc arc/e boolq hswag obkqa piqa wino
bf16 0.692,0.863,0.911
mxfp8 0.699,0.871,0.910
q8-hi 0.694,0.865,0.910
qx86-hi 0.688,0.862,0.910
qx64-hi 0.700,0.862,0.907
mxfp4 0.694,0.872,0.909
Quant Perplexity Peak Memory Tokens/sec
bf16 3.898 ± 0.025 60.75 GB 226
q8-hi 3.895 ± 0.025 37.26 GB 215
mxfp8 3.921 ± 0.025 34.74 GB 218
qx86-hi 3.898 ± 0.025 32.36 GB 218
qx64-hi 3.918 ± 0.025 25.64 GB 217
mxfp4 3.999 ± 0.025 21.30 GB 225
When this Nightmedia project started, I had a Futurama theme for the attention heads:
https://www.linkedin.com/posts/gchesler_ai-partnership-fusion-share-7297448977715671040-3IPG
Star Trek was more appropriate down the road, and I kept Spock :)
P.S. Although source is available, please don't bench the old model, it might be better at coding, and we want 711 to succeed :)

