Skip to content

Commit

Permalink
change to OpenDevin fork (All-Hands-AI#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Mar 22, 2024
1 parent 5ff9611 commit 2d5c8f1
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 2d5c8f1

Please sign in to comment.