File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
1010
1111```
1212[core]
13- workspace_base="~/OpenHands/evaluation/benchmarks/commit0_bench "
13+ workspace_base="~/OpenHands/evaluation/benchmarks/commit0 "
1414
1515[llm]
1616model="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** :
You can’t perform that action at this time.
0 commit comments