File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This tool provides a command-line interface for configuring and running AI agent
10
10
11
11
```
12
12
[core]
13
- workspace_base="~/OpenHands/evaluation/benchmarks/commit0_bench "
13
+ workspace_base="~/OpenHands/evaluation/benchmarks/commit0 "
14
14
15
15
[llm]
16
16
model="anthropic/claude-3-5-sonnet-20241022"
@@ -23,10 +23,10 @@ caching_prompt = true
23
23
24
24
** Step 3** : Run
25
25
``` 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
27
27
28
28
# 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
30
30
```
31
31
32
32
** Step 3.1** :
You can’t perform that action at this time.
0 commit comments