We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06204c0 commit 010c4a5Copy full SHA for 010c4a5
infra/bootstrapping/sdk_helpers.sh
@@ -784,8 +784,8 @@ function replace_template_values() {
784
-e "s/ml_client.workspaces.begin_create(ws_private_link)/# ml_client.workspaces.begin_create(ws_private_link)/g" \
785
-e "s/ml_client.workspaces.begin_create(ws_private_link)/# ws_from_config = MLClient.from_config()/g" \
786
-e "s/version=mltable_version/version=1/g" \
787
- -e "s/max_trials=10/max_trials=2/g" \
788
- -e "s/max_trials: 10/max_trials: 2/g" \
+ -e "s/max_trials=10/max_trials=3/g" \
+ -e "s/max_trials: 10/max_trials: 3/g" \
789
"${FILENAME}"
790
echo "$(<"${FILENAME}")"
791
}
0 commit comments