Add retry for flaky tests in CI (#4755)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import unittest
|
||||
|
||||
from sglang.test.test_utils import is_in_ci, run_bench_one_batch
|
||||
from sglang.test.test_utils import CustomTestCase, is_in_ci, run_bench_one_batch
|
||||
|
||||
|
||||
class TestTorchTP(unittest.TestCase):
|
||||
class TestTorchTP(CustomTestCase):
|
||||
def test_torch_native_llama(self):
|
||||
output_throughput = run_bench_one_batch(
|
||||
"meta-llama/Meta-Llama-3-8B",
|
||||
|
||||
Reference in New Issue
Block a user