Skip to content

Commit e89ee44

Browse files
committed
Update submodule url for permission issue
1 parent 2c86f6e commit e89ee44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.py

+5
Original file line numberDiff line numberDiff line change
@@ -1785,6 +1785,11 @@ def tensorrtllm_prebuild(cmake_script):
17851785
cmake_script.cmd("mv tensorrtllm/inflight_batcher_llm/cmake tensorrtllm")
17861786
cmake_script.cmd("mv tensorrtllm/inflight_batcher_llm/CMakeLists.txt tensorrtllm")
17871787

1788+
cmake_script.cmd(
1789+
"cd tensorrtllm_backend && git submodule set-url -- tensorrt_llm https://github.com/NVIDIA/TensorRT-LLM.git"
1790+
)
1791+
cmake_script.cmd("cd tensorrtllm_backend && git submodule sync")
1792+
17881793

17891794
def backend_build(
17901795
be,

0 commit comments

Comments
 (0)