"...python/git@developer.sourcefind.cn:change/sglang.git" did not exist on "8e03b641baf12962ad71970c2578d5c85bb1cf61"
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): ...@@ -67,7 +67,7 @@ class TestSRTBackend(unittest.TestCase):
# Run twice to capture more bugs # Run twice to capture more bugs
for _ in range(2): for _ in range(2):
accuracy, latency = test_hellaswag_select() accuracy, latency = test_hellaswag_select()
assert accuracy > 0.71 assert accuracy > 0.71, f"{accuracy=}"
if __name__ == "__main__": 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