[CI] Fix nightly test failures (#34523)

This commit is contained in:
Liangsheng Yin
2026-08-12 15:40:20 -07:00
committed by GitHub
parent 2b4381956f
commit c05eb856f7
6 changed files with 9 additions and 409 deletions
-6
View File
@@ -2223,12 +2223,6 @@ class ModelLaunchSettings:
self.extra_args.append(fixed_arg)
class ModelEvalMetrics:
def __init__(self, accuracy: float, eval_time: float):
self.accuracy = accuracy
self.eval_time = eval_time
def extract_trace_link_from_bench_one_batch_server_output(output: str) -> str:
match = re.search(r"\[Profile\]\((.*?)\)", output)
if match: