Skip to content

Commit 92bf8f9

Browse files
committed
tidy up the YAMLs
1 parent 2a15ce3 commit 92bf8f9

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

configs/bloom68.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
retry_attempts: 5
77
name: bloom68
88
tasks:
9-
- package: git+ssh://git@github.com/epoch-research/LeanOpenProblems.git@main
9+
- package: git+ssh://git@github.com/epoch-research/LeanOpenProblems.git
1010
name: apn
1111
items:
1212
- name: apn_erdos
@@ -21,7 +21,7 @@ tasks:
2121
literature: true
2222
epochs: 1
2323
models:
24-
- package: git+https://github.com/epoch-research/benchmarks@main
24+
- package: git+https://github.com/epoch-research/benchmarks
2525
name: epoch
2626
items:
2727
- name: gpt-5.6-sol
@@ -64,13 +64,15 @@ secrets:
6464
runner:
6565
memory: 200Gi
6666
environment:
67+
# TODO: Remove once default in Hawk
6768
INSPECT_LOG_CONDENSE: "true"
6869
ANTHROPIC_BASE_URL: https://api.anthropic.com
6970
OPENAI_BASE_URL: https://api.openai.com/v1
7071
GOOGLE_BASE_URL: https://generativelanguage.googleapis.com
7172
HAWK_RUNNER_REFRESH_CLIENT_ID: ""
7273
HAWK_RUNNER_REFRESH_TOKEN: ''
7374

74-
# Keep this aligned with epoch-research/benchmarks@main.
7575
packages:
76+
# Right now needs to be kept in sync with epoch-research/benchmarks@main.
77+
# TODO Remove once this wart is no longer necessary.
7678
- inspect-ai==0.3.259

configs/example-eval-set.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Schema reference for eval-set config:
22
# https://github.com/METR/hawk/blob/main/hawk/api/EvalSetConfig.schema.json
3-
retry_attempts: 0 # Disable retries while we're still working out the kinks
43
tasks:
54
- package: git+ssh://git@github.com/epoch-research/LeanOpenProblems.git
65
name: apn

0 commit comments

Comments
 (0)