We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb5b9f commit 88d1bdeCopy full SHA for 88d1bde
jenkins/BuildDockerImage.groovy
@@ -661,7 +661,7 @@ pipeline {
661
container("python3") {
662
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade pip")
663
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade requests")
664
- def nspect_commit = "58ee430c8c3bd36bee2073405a547d3f8bc1932f"
+ def nspect_commit = "0e46042381ae25cb7af2f1d45853dfd8e1d54e2d"
665
withCredentials([string(credentialsId: "TRTLLM_NSPECT_REPO", variable: "NSPECT_REPO")]) {
666
trtllm_utils.checkoutSource("${NSPECT_REPO}", nspect_commit, "nspect")
667
}
0 commit comments