Guest User

Untitled

a guest
Jul 25th, 2026
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. ./build/bin/llama-server \
  2.     -hf unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_XL \
  3.     --host 0.0.0.0 \
  4.     --port 8080 \
  5.     -c 131072 \
  6.     -np 1 \
  7.     -t 16 \
  8.     -tb 16 \
  9.     -b 4096 \
  10.     -ub 1024 \
  11.     -ngl 99 \
  12.     -ot "\.ffn_(gate|up|down)_exps\.=CPU" \
  13.     -fa on \
  14.     -ctk q8_0 \
  15.     -ctv q8_0 \
  16.     --mlock \
  17.     --perf \
  18.     --metrics \
  19.     --log-timestamps \
  20.     --temp 0.6 \
  21.     --top-p 0.95 \
  22.     --top-k 20 \
  23.     --min-p 0.0 \
  24.     --no-mmproj \
  25.     --presence-penalty 0.0 \
  26.     --repeat-penalty 1.0 \
  27.     --reasoning auto \
  28.     --reasoning-format deepseek \
  29.     --reasoning-preserve
Advertisement
Add Comment
Please, Sign In to add comment