[Minor] Improve the style and fix flaky tests (#1584)
This commit is contained in:
@@ -26,7 +26,7 @@ class TestTritonAttnBackend(unittest.TestCase):
|
||||
)
|
||||
|
||||
if is_in_ci():
|
||||
assert output_throughput > 154, f"{output_throughput=}"
|
||||
assert output_throughput > 153, f"{output_throughput=}"
|
||||
|
||||
def test_mmlu(self):
|
||||
model = DEFAULT_MODEL_NAME_FOR_TEST
|
||||
|
||||
Reference in New Issue
Block a user