[DLLM] Add initial radix cache support (#18724)
This commit is contained in:
@@ -73,7 +73,7 @@ class TestLLaDA2Mini(CustomTestCase):
|
||||
if is_in_amd_ci():
|
||||
self.assertGreater(metrics["output_throughput"], 80)
|
||||
else:
|
||||
self.assertGreater(metrics["output_throughput"], 250)
|
||||
self.assertGreater(metrics["output_throughput"], 350)
|
||||
|
||||
def test_bs_1_speed(self):
|
||||
args = BenchArgs(port=int(self.base_url.split(":")[-1]), max_new_tokens=2048)
|
||||
|
||||
Reference in New Issue
Block a user