Update CI flakes. (#7244)

This commit is contained in:
Sai Enduri
2025-06-16 15:19:32 -07:00
committed by GitHub
parent 5ca07eed90
commit 62a7aa2efc
2 changed files with 2 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ class TestBenchServing(CustomTestCase):
f'Output throughput: {res["output_throughput"]:.2f} token/s\n'
)
if is_in_amd_ci():
self.assertGreater(res["output_throughput"], 3150)
self.assertGreater(res["output_throughput"], 3050)
else:
self.assertGreater(res["output_throughput"], 3800)