We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b2ea4 commit 071620cCopy full SHA for 071620c
tests/test_model_repository.py
@@ -64,7 +64,7 @@ def test_can_get_tensorrtllm_engine_folder_from_model_repository(self):
64
), f"engine path found is not as expected. Expected: {expected_engine_path}. Found: {trtllm_utils.get_engine_path()}"
65
66
@pytest.mark.skipif(
67
- os.environ.get("IMAGE_KIND") != "TRTLLM", reason="Only run for VLLM image"
+ os.environ.get("IMAGE_KIND") != "TRTLLM", reason="Only run for TRT-LLM image"
68
)
69
@pytest.mark.timeout(DOWNLOAD_TIMEOUT_SECS)
70
def test_can_get_llmapi_model_id_from_model_repository(self):
0 commit comments