I encountered an issue where all submitted runs failed during evaluation using sb-cli.
Command used:
sb-cli submit swe-bench_verified test
--predictions_path ./swe_verify_test.json
--run_id test
Output summary:
Submitting predictions for test_v7_f - (swe-bench_verified test)
Submitting predictions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:08
✓ Submitting predictions complete! Warning: 100 predictions already submitted. These will not be re-evaluated
Processing submission... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:02
✓ Processing submission complete!
Evaluating predictions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:54
✓ Evaluating predictions complete!
Resolved (total): 0.00% (0 / 500)
Resolved (submitted): 0.00% (0 / 100)
Submitted: 20.00% (100)
Errors: 0
Pending: 0
Successful runs: 0
Failed runs: 100
submission:
[
{
"instance_id": "astropy__astropy-12907",
"model_patch": "diff --git a/astropy/modeling/separable.py b/astropy/modeling/separable.py\nindex a308e27297..45bea36085 100644\n--- a/astropy/modeling/separable.py\n+++ b/astropy/modeling/separable.py\n@@ -242,7 +242,7 @@ def _cstack(left, right):\n cright = _coord_matrix(right, 'right', noutp)\n else:\n cright = np.zeros((noutp, right.shape[1]))\n- cright[-right.shape[0]:, -right.shape[1]:] = 1\n+ cright[-right.shape[0]:, -right.shape[1]:] = right\n \n return np.hstack([cleft, cright])\n \n",
"model_name_or_path": "mco-4"
}...
}
Questions:
- What are the common causes for all runs failing ?
- Is there a way to access detailed evaluation logs ?
I encountered an issue where all submitted runs failed during evaluation using sb-cli.
Command used:
sb-cli submit swe-bench_verified test
--predictions_path ./swe_verify_test.json
--run_id test
Output summary:
Submitting predictions for test_v7_f - (swe-bench_verified test)
Submitting predictions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:08
✓ Submitting predictions complete! Warning: 100 predictions already submitted. These will not be re-evaluated
Processing submission... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:02
✓ Processing submission complete!
Evaluating predictions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:54
✓ Evaluating predictions complete!
Resolved (total): 0.00% (0 / 500)
Resolved (submitted): 0.00% (0 / 100)
Submitted: 20.00% (100)
Errors: 0
Pending: 0
Successful runs: 0
Failed runs: 100
submission:
[
{
"instance_id": "astropy__astropy-12907",
"model_patch": "diff --git a/astropy/modeling/separable.py b/astropy/modeling/separable.py\nindex a308e27297..45bea36085 100644\n--- a/astropy/modeling/separable.py\n+++ b/astropy/modeling/separable.py\n@@ -242,7 +242,7 @@ def _cstack(left, right):\n cright = _coord_matrix(right, 'right', noutp)\n else:\n cright = np.zeros((noutp, right.shape[1]))\n- cright[-right.shape[0]:, -right.shape[1]:] = 1\n+ cright[-right.shape[0]:, -right.shape[1]:] = right\n \n return np.hstack([cleft, cright])\n \n",
"model_name_or_path": "mco-4"
}...
}
Questions: