Skip to content

Commit 7ad3a54

Browse files
committed
update agent readme
1 parent 7c3e2c8 commit 7ad3a54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

agent/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This tool provides a command-line interface for configuring and running AI agent
1010

1111
```
1212
[core]
13-
workspace_base="~/OpenHands/evaluation/benchmarks/commit0_bench"
13+
workspace_base="~/OpenHands/evaluation/benchmarks/commit0"
1414
1515
[llm]
1616
model="anthropic/claude-3-5-sonnet-20241022"
@@ -23,10 +23,10 @@ caching_prompt = true
2323

2424
**Step 3**: Run
2525
```bash
26-
./evaluation/benchmarks/commit0_bench/scripts/run_infer.sh SPLIT MODEL HEAD CodeActAgent 16 STEPS PARALLEL_NUMBER
26+
./evaluation/benchmarks/commit0/scripts/run_infer.sh SPLIT MODEL HEAD CodeActAgent 16 STEPS PARALLEL_NUMBER
2727

2828
# Example
29-
./evaluation/benchmarks/commit0_bench/scripts/run_infer.sh lite llm.eval_deepseekv3 HEAD CodeActAgent 16 100 2
29+
./evaluation/benchmarks/commit0/scripts/run_infer.sh lite llm.eval_deepseekv3 HEAD CodeActAgent 16 100 2
3030
```
3131

3232
**Step 3.1**:

0 commit comments

Comments
 (0)