File size: 1,133 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-016"
description = "Repair HMMRATAC peak refinement under sparse signal resolution"
authors = []
keywords = ["scientific-computing", "software-engineering"]
[metadata]
task_id = "016"
language = "python-cython"
base_commit_hash = "a341a2f0ede26735f744d6d5e3b0f7ac1861cfe9"
[agent]
network_mode = "no-network"
timeout_sec = 5400.0
[environment]
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-cython-task-016:v0.1.1@sha256:50ba8004fecd5c4671e832e7bbd7535acf376c00961bf815d90c26f269af3681"
os = "linux"
allow_internet = false
cpus = 2
memory_mb = 8192
storage_mb = 20480
workdir = "/app/task_016"
[verifier]
network_mode = "no-network"
environment_mode = "separate"
timeout_sec = 1800.0
[verifier.environment]
docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-cython-task-016:v0.1.1@sha256:0f5faca298805d01f881ef0b1dbf658995fc725b850452eb5832a1e627272248"
os = "linux"
allow_internet = false
cpus = 2
memory_mb = 8192
storage_mb = 20480
workdir = "/app/task_016"
|