From 2d5c8f106087428b3477e358647c50ed1726f5a7 Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Fri, 22 Mar 2024 18:30:12 +0800 Subject: [PATCH] change to OpenDevin fork (#89) --- evaluation/SWE-bench/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evaluation/SWE-bench/README.md b/evaluation/SWE-bench/README.md index 539858463d..818abdd6f7 100644 --- a/evaluation/SWE-bench/README.md +++ b/evaluation/SWE-bench/README.md @@ -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