AlyxTeam commited on
Commit
08eb026
1 Parent(s): e8c74a2

feat: 去掉非法日志

Browse files
src/backend/run_eval_suite_harness.py CHANGED
@@ -68,7 +68,7 @@ def run_evaluation(eval_request: EvalRequest, task_names: list, num_fewshot: int
68
  with open(output_path, "w") as f:
69
  f.write(dumped)
70
 
71
- logger.info(evaluator.make_table(results))
72
 
73
  API.upload_file(
74
  path_or_fileobj=output_path,
 
68
  with open(output_path, "w") as f:
69
  f.write(dumped)
70
 
71
+ # logger.info(evaluator.make_table(results))
72
 
73
  API.upload_file(
74
  path_or_fileobj=output_path,