Skip to content

Commit

Permalink
Update sed command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lekurile committed Feb 22, 2024
1 parent b55daca commit 3bd8c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/inference/human_eval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ which requires local changes to `execution.py`. The following steps will setup `

```bash
git clone https://github.com/openai/human-eval.git
sed -i 's/.*# exec(check_program, exec_globals).*/ exec(check_program, exec_globals)/' human-eval/human_eval/execution.py
sed -i '/exec(check_program, exec_globals)/ s/^# //' he_test/human_eval/execution.py
cd human-eval
python -m pip install -e .
```
Expand Down

0 comments on commit 3bd8c1d

Please sign in to comment.