Skip to content

Commit adbc8b9

Browse files
committed
Switch to fork repository in TensorRT-LLM build (#8613)
1 parent 17b4353 commit adbc8b9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,11 +2093,6 @@ def backend_build(
20932093
cmake_script.mkdir(build_dir)
20942094
cmake_script.cwd(build_dir)
20952095
if be == "tensorrtllm":
2096-
github_organization = (
2097-
"https://github.com/NVIDIA"
2098-
if "triton-inference-server" in FLAGS.github_organization
2099-
else FLAGS.github_organization
2100-
)
21012096
repository_name = "TensorRT-LLM"
21022097
cmake_script.gitclone(repository_name, tag, be, github_organization)
21032098
else:

0 commit comments

Comments
 (0)