This is a Q4_K_L quantized GGUF version of
ManniX-ITA/Qwen3.6-27B-Omnimerge-v4.
Based on my tests if you are a personal AI person with 24GB Vram, best quant is not Q4_K_M versions. Q4_K_L quantization is offers better
performance-size-speed trio. I think this model is performing better among other Qwen3.6 27B versions for general purpose agentic AI use case.
1llama-server -m Qwen3.6-27B-Omnimerge-v4-MTP-Q4_K_L.gguf \
2 -ngl 99 \
3 -c 16384 \
4 -fa 1 \
5 -np 1 --cache-type-k q8_0 --cache-type-v q5_1 --reasoning-format deepseek --reasoning-budget 2048 \
6 --spec-type draft-mtp --spec-draft-n-max 3 --cache-type-k-draft q5_1 --cache-type-v-draft q5_1 --kv-unified \
7 --port 8088
Original model licensed under Apache-2.0. This quantized version preserves the original license.