Fix accuracy test (#1051)
This commit is contained in:
@@ -66,8 +66,8 @@ class TestServingThroughput(unittest.TestCase):
|
||||
)
|
||||
|
||||
if os.getenv("SGLANG_IS_IN_CI", "false") == "true":
|
||||
# A100 performance
|
||||
assert res["output_throughput"] >= 1300
|
||||
# A100 (PCIE) performance
|
||||
assert res["output_throughput"] >= 1400
|
||||
|
||||
def test_default_without_radix_cache(self):
|
||||
res = self.run_test(
|
||||
@@ -77,8 +77,8 @@ class TestServingThroughput(unittest.TestCase):
|
||||
)
|
||||
|
||||
if os.getenv("SGLANG_IS_IN_CI", "false") == "true":
|
||||
# A100 performance
|
||||
assert res["output_throughput"] >= 1400
|
||||
# A100 (PCIE) performance
|
||||
assert res["output_throughput"] >= 1450
|
||||
|
||||
def test_default_without_flashinfer(self):
|
||||
self.run_test(
|
||||
|
||||
Reference in New Issue
Block a user