Unverified Commit aae5434b authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Fix unit tests (#2034)

parent c3eac1b0
...@@ -740,8 +740,7 @@ def run_mmlu_test( ...@@ -740,8 +740,7 @@ def run_mmlu_test(
try: try:
metrics = run_eval(args) metrics = run_eval(args)
print(f"{metrics=}") assert metrics["score"] >= 0.65, f"{metrics=}"
self.assertGreaterEqual(metrics["score"], 0.65)
finally: finally:
pass pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment