Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosejimenez authored Mar 20, 2024
1 parent 925e541 commit cb47eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harness/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Below, we include 1. An overview of how the code works for each of these parts a
## Evaluation
The `engine_evaluation.py` and `run_evaluation.py` code is used for evaluating models' patch generations on task instances.

The evaluation script generally performers the following steps:
The evaluation script generally performs the following steps:

![evaluation](../assets/evaluation.png)

Expand Down Expand Up @@ -52,4 +52,4 @@ python engine_validation.py \
The `instances_path` and `log_dir` arguments are required. Other flags are not necessary for validation to run successfully,
and are mainly for optimizing validation run time or defining alternate paths to write information to.

`^`: The `num_workers` parallelization has not been rigorously tested. We will resolve this in near future versions.
`^`: The `num_workers` parallelization has not been rigorously tested. We will resolve this in near future versions.

0 comments on commit cb47eaf

Please sign in to comment.