Skip to content

Commit

Permalink
Update sdk helper to include cli (#1939)
Browse files Browse the repository at this point in the history
update max_trials for cli as well
  • Loading branch information
sharma-riti committed Dec 14, 2022
1 parent bc175a7 commit 54ca097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/sdk_helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ function replace_template_values() {
-e "s/ml_client.workspaces.begin_create(ws_private_link)/# ws_from_config = MLClient.from_config()/g" \
-e "s/version=mltable_version/version=1/g" \
-e "s/max_trials=10/max_trials=2/g" \
-e "s/max_trials: 10/max_trials: 2/g" \
"${FILENAME}"
echo "$(<"${FILENAME}")"
}
Expand Down

0 comments on commit 54ca097

Please sign in to comment.