mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[None][infra] Only print and don't fail the check if there are duplicated items in waives.txt (#9068)
Signed-off-by: qqiao <qqiao@nvidia.com>
This commit is contained in:
parent
0ce22ce928
commit
22f1523f9e
@ -261,7 +261,7 @@ def main():
|
||||
print(
|
||||
"Duplicate test names found in waives.txt, please delete one or combine them first!!!\n"
|
||||
)
|
||||
pass_flag = False
|
||||
# pass_flag = False
|
||||
|
||||
non_existent_cases_file = os.path.join(llm_src, "nonexits_cases.json")
|
||||
if os.path.isfile(non_existent_cases_file) and os.path.getsize(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user