[DLLM] Fix dLLM regression (#15371)

This commit is contained in:
Zehuan Li
2025-12-19 10:55:46 +08:00
committed by GitHub
parent e88e75a9df
commit f6c9db4bc4
2 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class TestLLaDA2Mini(CustomTestCase):
metrics = run_eval_few_shot_gsm8k(args)
print(f"{metrics=}")
self.assertGreater(metrics["accuracy"], 0.6)
self.assertGreater(metrics["accuracy"], 0.88)
self.assertGreater(metrics["output_throughput"], 150)
def test_bs_1_speed(self):