Skip to content

Commit 4347a8c

Browse files
committed
tuning search space fix
1 parent ab9e3fb commit 4347a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/scripts/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ if [[ ! -z ${SUBMISSION_PATH+x} ]]; then
260260

261261
# Flags for rulesets
262262
if [[ ${TUNING_RULESET} == "external" ]]; then
263-
TUNING_SEARCH_SPACE_FLAG="--submission_path=${SUBMISSION_PATH}"
263+
TUNING_SEARCH_SPACE_FLAG="--tuning_search_space=${TUNING_SEARCH_SPACE}"
264264
fi
265265

266266
# The TORCH_RUN_COMMAND_PREFIX is only set if FRAMEWORK is "pytorch"

0 commit comments

Comments
 (0)