Perf: Enable native MTP speculative decoding (draft-n-max 2), achieving 38.73 tok/s (+120% speedup) at 64.8% draft acceptance
This commit is contained in:
@@ -13,14 +13,11 @@ export NCCL_PROTO=SIMPLE
|
|||||||
|
|
||||||
exec /opt/llama.cpp/build-nccl/bin/llama-server \
|
exec /opt/llama.cpp/build-nccl/bin/llama-server \
|
||||||
-m /opt/models/gguf/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-Q4_K_P.gguf \
|
-m /opt/models/gguf/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-Q4_K_P.gguf \
|
||||||
--spec-type ngram-simple \
|
--spec-type draft-mtp \
|
||||||
--spec-ngram-simple-size-n 24 \
|
--spec-draft-n-max 2 \
|
||||||
--spec-ngram-simple-size-m 4 \
|
|
||||||
--mmproj /opt/models/gguf/mmproj-Qwen3.8-27B-Uncensored-f16.gguf \
|
|
||||||
-ngl 99 \
|
-ngl 99 \
|
||||||
-c 262144 \
|
-c 262144 \
|
||||||
--parallel 1 \
|
--parallel 1 \
|
||||||
--image-max-tokens 2048 \
|
|
||||||
--split-mode tensor \
|
--split-mode tensor \
|
||||||
--flash-attn on \
|
--flash-attn on \
|
||||||
--batch-size 1024 \
|
--batch-size 1024 \
|
||||||
|
|||||||
Reference in New Issue
Block a user