Deferring 8 GPU test (#6102)

This commit is contained in:
Cheng Wan
2025-05-07 21:49:58 -04:00
committed by GitHub
parent 24c13ca950
commit 9bddf1c82d
2 changed files with 28 additions and 21 deletions

View File

@@ -61,7 +61,7 @@ class TestPPAccuracy(unittest.TestCase):
metrics = run_eval(args)
print(f"{metrics=}")
self.assertGreater(metrics["accuracy"], 0.75)
self.assertGreater(metrics["accuracy"], 0.74)
# Wait a little bit so that the memory check happens.
time.sleep(5)