mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[None][infra] update nspect version (#7552)
Signed-off-by: Yiteng Niu <6831097+niukuo@users.noreply.github.com>
This commit is contained in:
parent
4195010e13
commit
163b1fc84f
@ -663,7 +663,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 = "58ee430c8c3bd36bee2073405a547d3f8bc1932f"
|
||||
def nspect_commit = "0e46042381ae25cb7af2f1d45853dfd8e1d54e2d"
|
||||
withCredentials([string(credentialsId: "TRTLLM_NSPECT_REPO", variable: "NSPECT_REPO")]) {
|
||||
trtllm_utils.checkoutSource("${NSPECT_REPO}", nspect_commit, "nspect")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user