change to OpenDevin fork (#89)

This commit is contained in:
Xingyao Wang 2024-03-22 18:30:12 +08:00 committed by GitHub
parent 5ff96111f0
commit 2d5c8f1060
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
@ -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