GuideLines to Run on RTX 3060 12 GB with LLama.cpp Needed

#3
by SolutionsDealer - opened

Please provide best settings i can have to run it on my gpu 12gb with 48gb ram. core i7 9th gen. currently using this command "@echo off
cd /d F:\LLAMACPP
.\llama-server.exe -m F:\models\KAT-Coder-V2.5-Dev-MTP-APEX-i-quality-v2.gguf ^
-ngl 99 -ctk q4_0 -ctv q4_0 ^
--n-cpu-moe 25 --flash-attn on --load-mode mlock ^
-b 2048 -ub 1024 ^
--temp 0.6 --top-p 0.95 --top-k 20 -t 8 ^
--port 8080 --webui-mcp-proxy -np 1 --no-mmproj ^
--spec-type draft-mtp --spec-draft-n-max 2 ^
--cache-reuse 256 ^
--reasoning on ^
--reasoning-preserve ^
--reasoning-budget 8192 ^
--reasoning-budget-message "\nFinal Answer:" ^
--reasoning-format deepseek ^
pause"

Getting 30,36 tps on chat . agentic coding 20-28 tps range.

Is it possible to improve it to get more tps.

waiting for you active response.
thanks

Sign up or log in to comment