We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab9e3fb + 4347a8c commit 31f5620Copy full SHA for 31f5620
docker/scripts/startup.sh
@@ -260,7 +260,7 @@ if [[ ! -z ${SUBMISSION_PATH+x} ]]; then
260
261
# Flags for rulesets
262
if [[ ${TUNING_RULESET} == "external" ]]; then
263
- TUNING_SEARCH_SPACE_FLAG="--submission_path=${SUBMISSION_PATH}"
+ TUNING_SEARCH_SPACE_FLAG="--tuning_search_space=${TUNING_SEARCH_SPACE}"
264
fi
265
266
# The TORCH_RUN_COMMAND_PREFIX is only set if FRAMEWORK is "pytorch"
0 commit comments