Views
No views yet
llama.cpp, Unsloth Studio, or SGLang.llama.cpp (Server CLI)1llama-cli -m Qwen3.6-35B-A3B-Uncensored-HauhauCS-MTP-Q8_K_P.gguf.gguf \
2 --mmproj mmproj-Qwen3.6-35B-A3B-Uncensored-HauhauCS-MTP-f16.gguf \
3 --jinja -c 131072 -ngl 99-ngl (GPU offload layers) based on your system's VRAM capacity.--spec-type draft-mtp and --spec-draft-n-max 2 (can be configured up to 6 on capable systems) enable the MTP drafting mechanism.-np > 1) or concurrent multimodal inputs (--mmproj).--jinja flag in llama.cpp to parse instructions with the correct format. If you prefer to disable the built-in thinking mode, you can pass {"enable_thinking": false} in your template configuration.