Skip to content

Commit 88d1bde

Browse files
niukuochzblych
authored andcommitted
[None][infra] update nspect version (#7552)
Signed-off-by: Yiteng Niu <[email protected]>
1 parent 2cb5b9f commit 88d1bde

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
@@ -661,7 +661,7 @@ pipeline {
661661
container("python3") {
662662
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade pip")
663663
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade requests")
664-
def nspect_commit = "58ee430c8c3bd36bee2073405a547d3f8bc1932f"
664+
def nspect_commit = "0e46042381ae25cb7af2f1d45853dfd8e1d54e2d"
665665
withCredentials([string(credentialsId: "TRTLLM_NSPECT_REPO", variable: "NSPECT_REPO")]) {
666666
trtllm_utils.checkoutSource("${NSPECT_REPO}", nspect_commit, "nspect")
667667
}

0 commit comments

Comments
 (0)