what is the optimal setting for this model (temperature, min, max p etc ....)

#1
by ElGeeko - opened

hi

what is the optimal setting for this model (temperature, min, max p etc ....)

Thanks

Based on my testing: for llama.cpp >
-m /models/Qwen35B-Agent-R2-Abliterated.Q4_K_M.gguf
--mmproj /models/mmproj-BF16.gguf
--host 0.0.0.0 --port 8080
--flash-attn on
--cont-batching
--mlock
--jinja
--temp 0.7
--top-k 40
--top-p 0.9
--min-p 0.05
-n -1
--no-mmap

You can adjust other settings to match your hardware. ^-^

thanks a lot , is this for thinking and non thinking ?

for thinking. ^ ^

Sign up or log in to comment