Recommended Sampling, etc Settings

#18
by Shad3 - opened

I'm curious to find out if people have any optimal settings to recommend? maybe it might be useful to keep a record of what people have used and might find useful/helpful to use for further tuning the model.

I'm using the recommended Qwen3.8 default sampling, so far it is working ok. It can even deliver good code on thinking off, but if you think it kinda drift away from instruction you can tunedown the temperature to 0.6-0.7

DavidAU pinned discussion

Here are my settings, works very good with opencode and aider-desk windows app way better then official release from unsloth:

K:
cd K:\llamacpp2

llama-server.exe ^
-m "D:\Downloads\LLM models\LMStudio\models\DavidAU\Qwen3.8-27B-Cold-Fusion-GAIN-V1.1-NM-DAU-NEO-MAX-MTP-GGUF\Qwen3.8-27B-Cold-Fusion-GAIN-V1.1-NM-DAU-NEO-MAX-NEO-MTP-Q8_0.gguf" ^
--alias "Qwen3.8-27b-MTPcold-fusion-gain-v1.1" ^
--mmproj "D:\Downloads\LLM models\LMStudio\models\lmstudio-community\Qwen3.8-27B-GGUF\mmproj-Qwen3.8-27B-BF16.gguf" ^
-sm layer ^
-fit off ^
-ngl 99 ^
-c 250000 ^
-np 1 ^
-fa 1 ^
-b 2048 ^
-ub 512 ^
-t 8 ^
--top-k 20 ^
--top-p 0.95 ^
--presence-penalty 0 ^
--repeat-penalty 1.1 ^
--spec-type draft-mtp ^
--spec-draft-n-max 3 ^
--spec-draft-n-min 0 ^
-ctk q8_0 ^
-ctv q8_0 ^
--port 8080 ^
--chat-template-kwargs "{"preserve_thinking": true}" ^
--reasoning-format deepseek ^
--flash-attn on ^
--jinja

pause

Sign up or log in to comment