File size: 1,126 Bytes
91895bb b2efea8 91895bb b2efea8 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-031"
description = "Restore documented average-reference semantics for mixed-modality recordings"
authors = []
keywords = ["scientific-computing", "software-engineering"]
[metadata]
task_id = "031"
language = "python"
base_commit_hash = "3b3f3afb0e46a6ac6b97e6ecfbc2414497ea9a3a"
[agent]
network_mode = "no-network"
timeout_sec = 5400.0
[environment]
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-031:v0.1.1@sha256:0a7aa2348bab33d8e8d96876194c1cfe25e4bb8aa79bd2d39b2a0722a27daac2"
os = "linux"
allow_internet = false
cpus = 2
memory_mb = 8192
storage_mb = 20480
workdir = "/app/task_031"
[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-031:v0.1.1@sha256:76dd16524e2f8d46d8a4dc15f04b0c00d856be316fe9480271332ae20cac59f6"
os = "linux"
allow_internet = false
cpus = 2
memory_mb = 8192
storage_mb = 20480
workdir = "/app/task_031"
|