Skip to content

Commit eb80460

Browse files
committed
Fix up
1 parent b30a795 commit eb80460

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1813,10 +1813,12 @@ def backend_build(
18131813
tag
18141814
)
18151815
)
1816+
cmake_script.cmd("cd tensorrtllm")
18161817
cmake_script.cmd(
1817-
"cd tensorrtllm_backend && git submodule set-url -- tensorrt_llm https://github.com/NVIDIA/TensorRT-LLM.git"
1818+
"git submodule set-url -- tensorrt_llm https://github.com/NVIDIA/TensorRT-LLM.git"
18181819
)
1819-
cmake_script.cmd("cd tensorrtllm_backend && git submodule sync")
1820+
cmake_script.cmd("git submodule sync")
1821+
cmake_script.cmd("cd ..")
18201822
tensorrtllm_prebuild(cmake_script)
18211823
else:
18221824
cmake_script.gitclone(backend_repo(be), tag, be, github_organization)

0 commit comments

Comments
 (0)