File size: 1,103 Bytes
91895bb 5d4fa6d 91895bb 5d4fa6d 91895bb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | schema_version = "1.3"
artifacts = ["/logs/artifacts/model.patch"]
[task]
name = "openmoss/swe-bench-science-039"
description = "Repair a river-network sediment transport calculation"
authors = []
keywords = ["scientific-computing", "software-engineering"]
[metadata]
task_id = "039"
language = "python"
base_commit_hash = "546bc11054cff5e12808c7122b3e8b38f1ef555f"
[agent]
network_mode = "no-network"
timeout_sec = 5400.0
[environment]
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-039:v0.1.1@sha256:8e1428ce9adff057ad094b79fa0a1b7e863d8a0a9925247cf509c0b88b830f15"
os = "linux"
allow_internet = false
cpus = 2
memory_mb = 8192
storage_mb = 20480
workdir = "/app/task_039"
[verifier]
network_mode = "no-network"
environment_mode = "separate"
timeout_sec = 1800.0
[verifier.environment]
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-039:v0.1.1@sha256:1533cb3577d15acdc7fd3b1f755f8c4ec80fbb528b7bcb6bcf918c6559f20e4a"
os = "linux"
allow_internet = false
cpus = 2
memory_mb = 8192
storage_mb = 20480
workdir = "/app/task_039"
|