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

Update test_srt_backend.py (#1502)

parent bc068e96
......@@ -67,7 +67,7 @@ class TestSRTBackend(unittest.TestCase):
# Run twice to capture more bugs
for _ in range(2):
accuracy, latency = test_hellaswag_select()
assert accuracy > 0.71
assert accuracy > 0.71, f"{accuracy=}"
if __name__ == "__main__":
......
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