Skip to content

Commit da8bcc5

Browse files
Merge pull request rllm-org#153 from naterush/main
Update README.md for SWE-Bench to fix install command
2 parents 4646526 + f897bf4 commit da8bcc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/inspect_evals/swe_bench/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Contributed by [@max-kaufmann](https://github.com/max-kaufmann)
1212
First, install the `inspect_ai` and `inspect_evals` Python packages with:
1313
```bash
1414
pip install inspect_ai
15-
pip install inspect_evals[swe_bench]@git+https://github.com/UKGovernmentBEIS/inspect_evals
15+
pip install "inspect_evals[swe_bench]@git+https://github.com/UKGovernmentBEIS/inspect_evals"
1616
```
1717

1818
Then, evaluate against one or more models with:
@@ -155,4 +155,4 @@ python -m swebench.harness.run_evaluation \
155155
--predictions_path path-to-outputs \
156156
--max_workers 4 \
157157
--run_id check-outputs
158-
```
158+
```

0 commit comments

Comments
 (0)