Skip to content

Commit

Permalink
version changed (#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
anagarajan97 authored Jan 9, 2024
1 parent 3550188 commit 97f7c4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
jobs:
pipeline_finetune:
type: pipeline
component: azureml://registries/azureml/components/openai_completions_finetune_pipeline/versions/0.1.1
component: azureml://registries/azureml/components/openai_completions_finetune_pipeline/versions/0.1.2
inputs:
train_dataset:
type: uri_folder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"source": [
"# Get a handle to registry\n",
"ml_client = MLClient(\n",
" credential=credential, registry_name=\"azureml\", registry_location=\"northcentralus\"\n",
" credential=credential, registry_name=\"azureml\", region=\"northcentralus\"\n",
")"
]
},
Expand All @@ -115,7 +115,7 @@
"outputs": [],
"source": [
"finetune_pipeline = load_component(\n",
" client=ml_client, name=\"openai_completions_finetune_pipeline\", version=\"0.1.1\"\n",
" client=ml_client, name=\"openai_completions_finetune_pipeline\", version=\"0.1.2\"\n",
")"
]
},
Expand Down Expand Up @@ -161,7 +161,7 @@
"\n",
"\n",
"# Construct pipeline\n",
"@pipeline()\n",
"@pipeline(name=\"test-run\", compute=\"serverless\")\n",
"def pipeline_with_registered_component(\n",
" train_dataset,\n",
" validation_dataset,\n",
Expand Down

0 comments on commit 97f7c4f

Please sign in to comment.