InternVL3_5-1B_GPTQ_INT4 / post_config.json
yongqiang
add internvl3-5 c++ demo with Xet storage
138454d
raw
history blame contribute delete
272 Bytes
{
"enable_temperature" : true,
"temperature" : 0.7,
"enable_repetition_penalty" : true,
"repetition_penalty" : 1.2,
"penalty_window" : 30,
"enable_top_p_sampling" : false,
"top_p" : 0.9,
"enable_top_k_sampling" : true,
"top_k" : 10
}