From 7c86a351238f001bf0c24d4bffee407ca998f92c Mon Sep 17 00:00:00 2001 From: Yanchao Lu Date: Thu, 5 Jun 2025 13:15:01 +0000 Subject: [PATCH] Update submodule config Signed-off-by: Yanchao Lu --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 70ad46f3..fa859d24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "tensorrt_llm"] path = tensorrt_llm url = https://github.com/NVIDIA/TensorRT-LLM.git + branch = main