[TRTLLM-5878] update nspect version (#5832)

Signed-off-by: Yiteng Niu <6831097+niukuo@users.noreply.github.com>
This commit is contained in:
Yiteng Niu 2025-07-08 22:00:09 +08:00 committed by GitHub
parent e3268a4221
commit 3079e8cf0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -505,7 +505,7 @@ pipeline {
container("python3") {
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade pip")
trtllm_utils.llmExecStepWithRetry(this, script: "pip3 install --upgrade requests")
def nspect_commit = "170c09aa35d5dacdc40611dd907f8801742fd5e4"
def nspect_commit = "58ee430c8c3bd36bee2073405a547d3f8bc1932f"
withCredentials([string(credentialsId: "TRTLLM_NSPECT_REPO", variable: "NSPECT_REPO")]) {
trtllm_utils.checkoutSource("${NSPECT_REPO}", nspect_commit, "nspect")
}