Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
bb79b7de
Unverified
Commit
bb79b7de
authored
Mar 04, 2026
by
Tzu-Ling Kan
Committed by
GitHub
Mar 04, 2026
Browse files
fix(trtllm): remove deprecated beam_width from health check payload (#6879)
Signed-off-by:
tzulingk
<
tzulingk@nvidia.com
>
parent
c55f38dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
components/src/dynamo/trtllm/health_check.py
components/src/dynamo/trtllm/health_check.py
+0
-1
No files found.
components/src/dynamo/trtllm/health_check.py
View file @
bb79b7de
...
@@ -81,7 +81,6 @@ class TrtllmHealthCheckPayload(HealthCheckPayload):
...
@@ -81,7 +81,6 @@ class TrtllmHealthCheckPayload(HealthCheckPayload):
"temperature"
:
0.0
,
"temperature"
:
0.0
,
"top_p"
:
1.0
,
"top_p"
:
1.0
,
"top_k"
:
1
,
"top_k"
:
1
,
"beam_width"
:
1
,
"repetition_penalty"
:
1.0
,
"repetition_penalty"
:
1.0
,
"presence_penalty"
:
0.0
,
"presence_penalty"
:
0.0
,
"frequency_penalty"
:
0.0
,
"frequency_penalty"
:
0.0
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment