From 8ae2fb636eb9ded9039ea8c3a7227b3fce5cc68b Mon Sep 17 00:00:00 2001 From: "Ryan H. Tran" Date: Fri, 13 Dec 2024 21:18:14 +0700 Subject: [PATCH] Remove symlink use for swebench setup (#5549) --- .../benchmarks/swe_bench/scripts/setup/instance_swe_entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/benchmarks/swe_bench/scripts/setup/instance_swe_entry.sh b/evaluation/benchmarks/swe_bench/scripts/setup/instance_swe_entry.sh index 22427b0012..9cbf9cc007 100755 --- a/evaluation/benchmarks/swe_bench/scripts/setup/instance_swe_entry.sh +++ b/evaluation/benchmarks/swe_bench/scripts/setup/instance_swe_entry.sh @@ -33,7 +33,7 @@ if [ -d /workspace/$WORKSPACE_NAME ]; then rm -rf /workspace/$WORKSPACE_NAME fi mkdir -p /workspace -ln -s /testbed /workspace/$WORKSPACE_NAME +mv /testbed /workspace/$WORKSPACE_NAME # Activate instance-specific environment . /opt/miniconda3/etc/profile.d/conda.sh