Skip to content

Commit

Permalink
change to OpenDevin fork
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Mar 22, 2024
1 parent 5ff9611 commit f8a7c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evaluation/SWE-bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd evaluation/SWE-bench

# Clone the repo
# This is a fork that fixes some issues that stops matplotlib from running (see https://github.com/princeton-nlp/SWE-bench/pull/56)
git clone https://github.com/xingyaoww/SWE-bench.git
git clone https://github.com/OpenDevin/SWE-bench.git

# Enter the docker container
./scripts/run_docker_interactive.sh
Expand All @@ -30,6 +30,7 @@ git clone https://github.com/xingyaoww/SWE-bench.git

```bash
#!/bin/bash
rm -rf data/logs/ data/testbeds/ # (Optional) remove previous outputs
mkdir -p data/logs
mkdir -p data/testbeds

Expand Down

0 comments on commit f8a7c22

Please sign in to comment.