Qwen3-1.7B-GPTQ-Int8-axmodel / post_config.json
LittleMouse
Add ARM64 executables and launch shell scripts for Qwen3-1.7B model
e1b599e
raw
history blame contribute delete
277 Bytes
{
"enable_temperature" : false,
"temperature" : 0.9,
"enable_repetition_penalty" : false,
"repetition_penalty" : 1.2,
"penalty_window" : 20,
"enable_top_p_sampling" : false,
"top_p" : 0.8,
"enable_top_k_sampling" : true,
"top_k" : 1
}