Skip to content

Commit 3079e8c

Browse files
authored
[TRTLLM-5878] update nspect version (#5832)
Signed-off-by: Yiteng Niu <[email protected]>
1 parent e3268a4 commit 3079e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/BuildDockerImage.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ pipeline {
505505
container("python3") {
506506
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade pip")
507507
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade requests")
508-
def nspect_commit = "170c09aa35d5dacdc40611dd907f8801742fd5e4"
508+
def nspect_commit = "58ee430c8c3bd36bee2073405a547d3f8bc1932f"
509509
withCredentials([string(credentialsId: "TRTLLM_NSPECT_REPO", variable: "NSPECT_REPO")]) {
510510
trtllm_utils.checkoutSource("${NSPECT_REPO}", nspect_commit, "nspect")
511511
}

0 commit comments

Comments
 (0)