mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-04 18:21:52 +08:00
[None][fix] No need to remove the original waive list (#11060)
Signed-off-by: Yiqing Yan <yiqingy@nvidia.com>
This commit is contained in:
parent
f03908cf9e
commit
6fcbf15fb8
@ -2547,7 +2547,6 @@ def mergeWaivesTxt(pipeline, llmSrc, stageName) {
|
||||
if (!fileExists("waives.txt")) {
|
||||
error "There is no merged waives.txt file, use the default waives.txt."
|
||||
}
|
||||
sh "rm ${llmSrc}/tests/integration/test_lists/waives.txt"
|
||||
sh "mv waives.txt ${llmSrc}/tests/integration/test_lists/waives.txt"
|
||||
echo "Download merged waives.txt successfully"
|
||||
} catch (InterruptedException e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user