[BugFix] Fix DBO failing with TypeError: 'NoneType' object is not iterable (#29698)

Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com>
This commit is contained in:
Lucas Wilkinson
2025-11-28 23:19:01 -05:00
committed by GitHub
parent ca1b1e7296
commit e23f665d83
3 changed files with 7 additions and 7 deletions

View File

@@ -85,5 +85,4 @@ def test_dbo_dp_ep_gsm8k(all2all_backend: str, num_gpus_available):
assert accuracy >= MIN_ACCURACY, (
f"DBO+DP+EP accuracy too low ({all2all_backend}): "
f"{accuracy:.3f} < {MIN_ACCURACY:.3f} "
f"(correct: {results['num_correct']}/{results['num_questions']})"
)