瀏覽代碼

Remove symlink use for swebench setup (#5549)

Ryan H. Tran 1 年之前
父節點
當前提交
8ae2fb636e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      evaluation/benchmarks/swe_bench/scripts/setup/instance_swe_entry.sh

+ 1 - 1
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