Skip to content

Commit

Permalink
Merge branch 'main' into add-readme-check
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck authored Jan 10, 2024
2 parents 3d6bdb7 + 97f7c4f commit bd16d50
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 bd16d50

Please sign in to comment.