File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -1806,22 +1806,10 @@ def backend_build(
1806
1806
cmake_script .comment ()
1807
1807
cmake_script .mkdir (build_dir )
1808
1808
cmake_script .cwd (build_dir )
1809
+ cmake_script .gitclone (backend_repo (be ), tag , be , github_organization )
1809
1810
1810
1811
if be == "tensorrtllm" :
1811
- cmake_script .cmd (
1812
- "git clone --single-branch --depth=1 -b {} https://github.com/triton-inference-server/tensorrtllm_backend tensorrtllm" .format (
1813
- tag
1814
- )
1815
- )
1816
- cmake_script .cmd ("cd tensorrtllm" )
1817
- cmake_script .cmd (
1818
- "git submodule set-url -- tensorrt_llm https://github.com/NVIDIA/TensorRT-LLM.git"
1819
- )
1820
- cmake_script .cmd ("git submodule sync" )
1821
- cmake_script .cmd ("cd .." )
1822
1812
tensorrtllm_prebuild (cmake_script )
1823
- else :
1824
- cmake_script .gitclone (backend_repo (be ), tag , be , github_organization )
1825
1813
1826
1814
cmake_script .mkdir (repo_build_dir )
1827
1815
cmake_script .cwd (repo_build_dir )
You can’t perform that action at this time.
0 commit comments