From 1fc4fb246e93381d4546c925af1bb8a432d15af7 Mon Sep 17 00:00:00 2001 From: George Armstrong Date: Tue, 6 Jan 2026 11:19:33 -0800 Subject: [PATCH] add swe-rebench to excluded datasets Signed-off-by: George Armstrong --- tests/gpu-tests/test_eval.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gpu-tests/test_eval.py b/tests/gpu-tests/test_eval.py index 47060a1368..422fdfa830 100644 --- a/tests/gpu-tests/test_eval.py +++ b/tests/gpu-tests/test_eval.py @@ -37,6 +37,7 @@ "bfcl_v3", "bfcl_v4", "swe-bench", + "swe-rebench", "aai", "human-eval", "human-eval-infilling",