FAST!!!! 39tps!

#16
by mazuj2 - opened

pushed me over the hump! i was getting 21tps on my 5070ti/5060ti bifurcated 32gb. I am now getting 37 to 39 tps!
thanks unsloth and qwen!

hey can you please tell me at what context length you are getting 39 tps?

CUDA_VISIBLE_DEVICES=0,1
/home/rj/llama.cpp/build/bin/llama-server
--model /home/rj/Models/QWEN27b/Qwen3.6-27B-UD-Q6_K_XL_MTP.gguf
--mmproj /home/rj/Models/QWEN27b/mmproj-F16.gguf
--spec-type draft-mtp --spec-draft-n-max 2
--parallel 1
--fit off
--main-gpu 0 --n-gpu-layers 99
--batch-size 2048 --ubatch-size 512
--tensor-split 52,48,0
--cache-type-k q8_0 --cache-type-v q8_0
--ctx-size 90000
--flash-attn on
--chat-template-kwargs {"preserve_thinking":"False"}
--reasoning off --reasoning-budget 0
--temp 0.7 --top-k 20 --top-p 0.80 --min-p 0.0 --repeat_penalty 1.0 --presence-penalty 1.5
--host 0.0.0.0 --port 1234
**any higher than --spec-draft-n-max 2 and i would get slower tps.
**you should always specify parallel 1 unless you are running more than one instance. this way your full context goes to the one instance you are using.
if you have any other questions, ask me.

Thank you ..

Sign up or log in to comment