File size: 1,102 Bytes
91895bb b2efea8 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-032"
description = "Restore equivalent GROMACS nonbonded representations"
authors = []
keywords = ["scientific-computing", "software-engineering"]
[metadata]
task_id = "032"
language = "python"
base_commit_hash = "d2f76949b3ccac1139f0a0a0d1459aa47e2f0a98"
[agent]
network_mode = "no-network"
timeout_sec = 5400.0
[environment]
docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-032:v0.1.1@sha256:f7bbb41b0cb019c6785faf01ee02b71efef87ade2d96f78673157090b2b70c11"
os = "linux"
allow_internet = false
cpus = 2
memory_mb = 8192
storage_mb = 20480
workdir = "/app/task_032"
[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-032:v0.1.1@sha256:c75faed022ffcf7321fcfc415227da35e38287acd1304c3cdf6fa487f6b8c2dd"
os = "linux"
allow_internet = false
cpus = 2
memory_mb = 8192
storage_mb = 20480
workdir = "/app/task_032"
|