Skip to content

Commit 1c813a2

Browse files
authored
support swebench pull from custom namespace (OpenHands#3136)
1 parent 275ea70 commit 1c813a2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

evaluation/swe_bench/scripts/docker/pull_all_eval_docker.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ if [ -z "$LEVEL" ]; then
1313
exit 1
1414
fi
1515

16-
NAMESPACE=xingyaoww
16+
NAMESPACE=$2 # xingyaoww
17+
if [ -z "$NAMESPACE" ]; then
18+
echo "Default to namespace: xingyaoww"
19+
NAMESPACE="xingyaoww"
20+
fi
1721
IMAGE_FILE="$(dirname "$0")/all-swebench-lite-instance-images.txt"
1822

1923
# Define a pattern based on the level

0 commit comments

Comments
 (0)