Update CI flakes. (#7244)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user