Skip to content

Commit fc5775b

Browse files
yuanjingx87yufeiwu-nv
authored andcommitted
[None][infra] enable lfs for generateLockFile pipeline (NVIDIA#8547)
Signed-off-by: Yuanjing Xue <[email protected]> Signed-off-by: yufeiwu-nv <[email protected]>
1 parent 7431070 commit fc5775b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/GenerateLock.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ def generate()
4545
container("alpine") {
4646
LLM_REPO = "https://github.com/NVIDIA/TensorRT-LLM.git"
4747
sh "apt update"
48-
sh "apt install -y python3-dev git curl"
48+
sh "apt install -y python3-dev git curl git-lfs"
4949
sh "git config --global --add safe.directory ${env.WORKSPACE}"
5050
sh "git config --global user.email \"[email protected]\""
5151
sh "git config --global user.name \"TensorRT LLM\""
52-
trtllm_utils.checkoutSource(LLM_REPO, params.llmBranch, env.WORKSPACE, false, false)
52+
trtllm_utils.checkoutSource(LLM_REPO, params.llmBranch, env.WORKSPACE, false, true)
5353
sh "python3 --version"
5454
sh "curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.5 python3 -"
5555
sh "cd ${env.WORKSPACE}"

0 commit comments

Comments
 (0)