Skip to content

Commit

Permalink
fix MLClient params (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarwal-k authored Sep 6, 2023
1 parent 35041db commit c6ba50d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"except:\n",
" workspace_ml_client = MLClient(\n",
" credential,\n",
" subscription_id=\"ed2cab61-14cc-4fb3-ac23-d72609214cfd\",\n",
" resource_group_name=\"training_rg\",\n",
" workspace_name=\"train-finetune-dev-workspace\",\n",
" subscription_id=\"<SUBSCRIPTION_ID>\",\n",
" resource_group_name=\"<RESOURCE_GROUP>\",\n",
" workspace_name=\"<WORKSPACE_NAME>\",\n",
" )\n",
"\n",
"# the models, fine tuning pipelines and environments are available in the AzureML system registry, \"azureml\"\n",
Expand Down

0 comments on commit c6ba50d

Please sign in to comment.