Unverified Commit bb79b7de authored by Tzu-Ling Kan's avatar Tzu-Ling Kan Committed by GitHub
Browse files

fix(trtllm): remove deprecated beam_width from health check payload (#6879)


Signed-off-by: default avatartzulingk <tzulingk@nvidia.com>
parent c55f38dc
......@@ -81,7 +81,6 @@ class TrtllmHealthCheckPayload(HealthCheckPayload):
"temperature": 0.0,
"top_p": 1.0,
"top_k": 1,
"beam_width": 1,
"repetition_penalty": 1.0,
"presence_penalty": 0.0,
"frequency_penalty": 0.0,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment