>>109487447
Example launch command for newbies.
./llama-server \
-m "$HOME/Desktop/Gemma4-26B-A4B-Uncensored-HauhauCS-Balanced-Q5_K_P-fixed.gguf" \
-md "$HOME/Desktop/mtp-gemma-4-26B-A4B-it.gguf" \
--spec-type draft-mtp \
--spec-draft-n-max 2 \
--host 0.0.0.0 \
--port 8080 \
-c 65536 \
-b 4096 \
-ub 4096 \
-t 8 \
-rea off
Other stuff I use sometimes.
-mm "$HOME/Desktop/mmproj-Gemma4-26B-A4B-Uncensored-HauhauCS-Balanced-f16.gguf" \
-ctk q8_0 \
-ctv q8_0 \
For mtp make sure to play around with the spec-draft-n-max value a bunch. 2 is pretty low but that's the fastest for my hardware. Yours will likely be different.