From 6b1478d4af6f12a060029750a067460b5214f25d Mon Sep 17 00:00:00 2001 From: Balaram Buddharaju <169953907+brb-nv@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:15:01 +0000 Subject: [PATCH] [None][chore] Update API update missed in Dynamo test Signed-off-by: Balaram Buddharaju <169953907+brb-nv@users.noreply.github.com> --- tests/unittest/dynamo/test_imports.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unittest/dynamo/test_imports.py b/tests/unittest/dynamo/test_imports.py index 981bf90f9df5..8e29ff34127a 100644 --- a/tests/unittest/dynamo/test_imports.py +++ b/tests/unittest/dynamo/test_imports.py @@ -51,6 +51,7 @@ ("tensorrt_llm.tokenizer", "TOKENIZER_ALIASES"), ("tensorrt_llm.llmapi.llm_args", "KvCacheConnectorConfig"), ("tensorrt_llm.llmapi.llm_args", "TorchLlmArgs"), + ("tensorrt_llm.llmapi.llm_args", "BaseLlmArgs"), ("tensorrt_llm.llmapi.llm_utils", "update_llm_args_with_extra_options"), ("tensorrt_llm.llmapi.tokenizer", "tokenizer_factory"), ("tensorrt_llm.llmapi.disagg_utils", "get_global_disagg_request_id"),