Skip to content

Commit 31f5620

Browse files
Merge pull request #675 from mlcommons/docker_startup_fix
Tuning search space fix in Docker startup script
2 parents ab9e3fb + 4347a8c commit 31f5620

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)