From c6ba50d915f7460d12de971d6bf11e44307d3b9f Mon Sep 17 00:00:00 2001 From: aggarwal-k <117632441+aggarwal-k@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:38:27 +0530 Subject: [PATCH] fix MLClient params (#2623) --- .../text-classification/emotion-detection-llama.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/python/foundation-models/system/finetune/Llama-notebooks/text-classification/emotion-detection-llama.ipynb b/sdk/python/foundation-models/system/finetune/Llama-notebooks/text-classification/emotion-detection-llama.ipynb index f54e04354d..a8919ee5e0 100644 --- a/sdk/python/foundation-models/system/finetune/Llama-notebooks/text-classification/emotion-detection-llama.ipynb +++ b/sdk/python/foundation-models/system/finetune/Llama-notebooks/text-classification/emotion-detection-llama.ipynb @@ -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=\"\",\n", + " resource_group_name=\"\",\n", + " workspace_name=\"\",\n", " )\n", "\n", "# the models, fine tuning pipelines and environments are available in the AzureML system registry, \"azureml\"\n",