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
eb4bf9ab
Unverified
Commit
eb4bf9ab
authored
Dec 01, 2025
by
Anant Sharma
Committed by
GitHub
Dec 01, 2025
Browse files
test: fix trtllm config type in serve tests (#4670)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
5d9fc858
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/serve/test_trtllm.py
tests/serve/test_trtllm.py
+1
-1
No files found.
tests/serve/test_trtllm.py
View file @
eb4bf9ab
...
...
@@ -123,7 +123,7 @@ trtllm_configs = {
@
pytest
.
fixture
(
params
=
params_with_model_mark
(
trtllm_configs
))
def
trtllm_config_test
(
request
):
"""Fixture that provides different trtllm test configurations"""
return
request
.
param
return
trtllm_configs
[
request
.
param
]
@
pytest
.
mark
.
trtllm
...
...
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