mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[TRTLLM-5878] update nspect version (#5832)
Signed-off-by: Yiteng Niu <6831097+niukuo@users.noreply.github.com>
This commit is contained in:
parent
e3268a4221
commit
3079e8cf0c
@ -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")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user