Reorganize CI and test files (#9027)

This commit is contained in:
Lianmin Zheng
2025-08-10 12:30:06 -07:00
committed by GitHub
parent b58ae7a2a0
commit 2c7f01bc89
66 changed files with 161 additions and 195 deletions

View File

@@ -70,7 +70,7 @@ class TestIntelAMXAttnBackend(CustomTestCase):
)
metrics = run_eval(args)
self.assertGreater(metrics["score"], 0.5)
self.assertGreater(metrics["score"], 0.45)
finally:
kill_process_tree(process.pid)