Update test_srt_backend.py (#1502)

This commit is contained in:
Lianmin Zheng
2024-09-24 03:17:10 -07:00
committed by GitHub
parent bc068e9618
commit 28b4d8e144

View File

@@ -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__":