Skip to content

Commit b2e4e81

Browse files
authored
fix(v1): pin nano-rlm to 83ef01f (#2379)
1 parent 6c009ed commit b2e4e81

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

configs/gsm8k_rlm.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ id = "gsm8k"
1414

1515
[env.agent.harness]
1616
id = "rlm"
17-
version = "main"
1817

1918
[env.agent.runtime]
2019
type = "docker"

verifiers/v1/harnesses/rlm/harness.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828

2929

3030
class RLMHarnessConfig(HarnessConfig):
31-
version: str = Field(default="main", min_length=1)
31+
version: str = Field(
32+
default="83ef01f7a6c97328919387343bd30cf4edaac20d", min_length=1
33+
)
3234
"""Git ref (branch, tag, or commit) of nano-rlm to install."""
3335
max_depth: int = 0
3436
"""Recursion depth rlm may spawn sub-harnesses to (RLM_MAX_DEPTH)."""

0 commit comments

Comments
 (0)