We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30a795 commit eb80460Copy full SHA for eb80460
build.py
@@ -1813,10 +1813,12 @@ def backend_build(
1813
tag
1814
)
1815
1816
+ cmake_script.cmd("cd tensorrtllm")
1817
cmake_script.cmd(
- "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"
1819
- cmake_script.cmd("cd tensorrtllm_backend && git submodule sync")
1820
+ cmake_script.cmd("git submodule sync")
1821
+ cmake_script.cmd("cd ..")
1822
tensorrtllm_prebuild(cmake_script)
1823
else:
1824
cmake_script.gitclone(backend_repo(be), tag, be, github_organization)
0 commit comments