Describe the issue
Hi SWE-bench team,
I submitted predictions to SWE-bench Lite test via sb-cli, but every submitted instance is marked as failed run, not unresolved.
The same predictions can be evaluated successfully with the local official SWE-bench harness.
Environment:
- sb-cli: 0.1.5
- swebench: 4.1.0
- subset/split: swe-bench_lite test
Cloud run:
- run_id: qwen25-coder-7b-swesmith-stage2-v2-smoke5-dict-retry-20260630033410
- submitted_instances: 5
- completed_instances / successful runs: 0
- failed_runs: 5
- resolved_instances: 0
- error_instances: 0
Failed IDs:
- django__django-10914
- django__django-11039
- django__django-11099
- django__django-11133
- django__django-11179
Local official eval on the same 5 predictions:
- completed_instances: 5
- resolved_instances: 5
- error_instances: 0
Prediction format follows the documented dict format:
{
"django__django-10914": {
"model_patch": "...",
"model_name_or_path": "qwen2.5-coder-7b-swesmith-stage2-v2"
}
}
Could you help check why the cloud runner reports all submitted instances as failed runs?
Suggest an improvement to documentation
No response
Describe the issue
Hi SWE-bench team,
I submitted predictions to SWE-bench Lite test via sb-cli, but every submitted instance is marked as failed run, not unresolved.
The same predictions can be evaluated successfully with the local official SWE-bench harness.
Environment:
Cloud run:
Failed IDs:
Local official eval on the same 5 predictions:
Prediction format follows the documented dict format:
{
"django__django-10914": {
"model_patch": "...",
"model_name_or_path": "qwen2.5-coder-7b-swesmith-stage2-v2"
}
}
Could you help check why the cloud runner reports all submitted instances as failed runs?
Suggest an improvement to documentation
No response