How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="macwhisperer/Qwen3.6-27B-SuperDense",
	filename="Qwen3.6-27B-Dense-Imatrix-IQ3_M.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

๐Ÿ“Ÿ Qwen3.6-27B-Dense-Imatrix-IQ3_M.gguf (2026 Edition)

"Local intelligence... to the max."

This is a custom-quantized version of Qwen3.6-27B, specifically optimized to obtain the highest possible local byte-intelligence ratio with 24GB+ RAM consumer laptops or computers.

๐Ÿง  Why this model is different

Unlike a standard quant, this model was processed using a custom Importance Matrix (imatrix). The training data for the imatrix was hand-curated to preserve:

  • Incredible reasoning: Inclusion of custom coding examples built with frontier models provides high retention of very specific and sharp architectural reasoning skills
  • Logical Flow: Inclusion of llama.cpp source code, logic puzzles, and historical writing in the imatrix training to ensure the model stays coherent at low bitrates.
  • High Speed: Built using llama.cpp specifically for local-first AI and edge computing setups like apple silicon with minimum 24GB RAM

๐Ÿ›  Quantization Details

  • Base Model: Qwen3.6-27B
  • Quantization: IQ3_M
  • Format: GGUF
  • Size: ~12.58 GB
  • Context Length: 262144 tokens

โš™๏ธ Recommended Inference Settings

Optimize for balance between creativity and coherence:

  • --repeat-penalty: 1.1 โ€“ 1.4 (Sweet spot! Pushes away from familiar loops. >1.5 causes "robot-speak".)
  • --repeat-last-n: 128 โ€“ 256 (Larger window ensures the model doesn't forget recent repetitions.)
  • --temperature: 0.7 โ€“ 0.8 (Prevents over-committing to safe/repetitive tokens.)
  • --top-p: 0.90 (Trims low-probability hallucinations without killing creativity.)
  • --min-p: 0.05 โ€“ 0.1 (Optional: Prunes very low-probability tokens if your backend supports it.)

๐Ÿ“ˆ Perplexity Benchmarks

The following results were generated using llama-perplexity on the wikitext-2-raw/wiki.test.raw dataset.

Model Precision Perplexity (PPL) ฮ” PPL
Qwen3.6-27B- (no-imatrix) IQ3_M 7.4952 -
Qwen3.6-27B- (Imatrix) IQ3_M 7.1485 -0.3467

โš–๏ธ Evaluation Verdict

Refined Accuracy: A PPL reduction of -0.3467 indicates that the I-Matrix successfully "pinned" the critical weights for the Gated DeltaNet layers, further smoothing out the IQ3_M experience.

๐Ÿš€ Hardware Performance (Apple M2)

coming soon

๐ŸŒ Links

Check out my other models!


24GB+ (RAM)

Qwen3.6-35B-SuperMoE.

Gemma4-31B-SuperDense.


16GB+ (RAM)

Gemma4-12B-SuperDense.


8GB+ (RAM)

Qwen3.5-9B-SuperDense.

Qwen3.5-4B-SuperDense.

Gemma4-4B-SuperDense.

Gemma4-2B-SuperDense.


4GB+ (RAM)

Smartchild.


All make excellent companions to this model!


Downloads last month
155
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

3-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for macwhisperer/Qwen3.6-27B-SuperDense

Base model

Qwen/Qwen3.6-27B
Quantized
(550)
this model