Skip to content

Commit

Permalink
Use own fork of SWE-bench docker and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
crhf committed Dec 1, 2024
1 parent 00f6f2c commit 3856dfb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "SWE-bench-docker"]
path = SWE-bench-docker
url = https://github.com/aorwall/SWE-bench-docker
url = https://github.com/nus-apr/SWE-bench-docker
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,19 @@ This mode is for running ACR on existing issue tasks contained in SWE-bench.

#### Set up

##### Install SWE-bench Docker

We use a [fork](https://github.com/nus-apr/SWE-bench-docker) of [SWE-bench docker](https://github.com/aorwall/SWE-bench-docker) to run regression tests (not `FAIL_TO_PASS` tests, but all the tests in the buggy programs). To install this, run

```
conda activate auto-code-rover
git submodule update --init --recursive
cd SWE-bench-docker
pip install .
```

##### Setting up Testbed

For SWE-bench mode, we recommend setting up ACR on a host machine, instead of running it in docker mode.

Firstly, set up the SWE-bench task instances locally.
Expand Down

0 comments on commit 3856dfb

Please sign in to comment.