more robust glslc checks, increase default denoise str

This commit is contained in:
Concedo 2025-04-22 15:19:47 +08:00
parent 16156f0d86
commit 6dbee2f2f8
3 changed files with 10 additions and 9 deletions

View file

@ -2117,7 +2117,7 @@ def transform_genparams(genparams, api_format):
# note: message string already contains the instruct start tag!
temp_poll = {
"prompt": f"{messages_string}\n\nTool List:\n{tools_string}\n\n{custom_tools_prompt}{user_end}",
"max_length":4,
"max_length":6,
"temperature":0.1,
"top_k":1,
"rep_pen":1,