"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "8dd6369e553c02245ac651be05405cdab0f82cd4"
Unverified Commit eb4bf9ab authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

test: fix trtllm config type in serve tests (#4670)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 5d9fc858
...@@ -123,7 +123,7 @@ trtllm_configs = { ...@@ -123,7 +123,7 @@ trtllm_configs = {
@pytest.fixture(params=params_with_model_mark(trtllm_configs)) @pytest.fixture(params=params_with_model_mark(trtllm_configs))
def trtllm_config_test(request): def trtllm_config_test(request):
"""Fixture that provides different trtllm test configurations""" """Fixture that provides different trtllm test configurations"""
return request.param return trtllm_configs[request.param]
@pytest.mark.trtllm @pytest.mark.trtllm
......
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