Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./build/bin/llama-server \
- -hf unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_XL \
- --host 0.0.0.0 \
- --port 8080 \
- -c 131072 \
- -np 1 \
- -t 16 \
- -tb 16 \
- -b 4096 \
- -ub 1024 \
- -ngl 99 \
- -ot "\.ffn_(gate|up|down)_exps\.=CPU" \
- -fa on \
- -ctk q8_0 \
- -ctv q8_0 \
- --mlock \
- --perf \
- --metrics \
- --log-timestamps \
- --temp 0.6 \
- --top-p 0.95 \
- --top-k 20 \
- --min-p 0.0 \
- --no-mmproj \
- --presence-penalty 0.0 \
- --repeat-penalty 1.0 \
- --reasoning auto \
- --reasoning-format deepseek \
- --reasoning-preserve
Advertisement
Add Comment
Please, Sign In to add comment