Update deploy-model-training-pipeline.yml

This commit is contained in:
Cindy Weng 2022-12-08 10:20:30 +00:00 коммит произвёл GitHub
Родитель 20a044b078
Коммит 3564c3d9ae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -25,7 +25,7 @@ resources:
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
endpoint: github-connection # need to set up and hardcode
type: github
ref: main-dec31
ref: feature/nlp-sdkv2
stages:
- stage: DeployTrainingPipeline
@ -39,6 +39,7 @@ stages:
path: s/templates/
- template: templates/aml-cli-v2/install-az-cli.yml@mlops-templates
- template: templates/aml-cli-v2/install-aml-cli.yml@mlops-templates
- template: templates/aml-cli-v2/install-requirements.yml@mlops-templates
- template: templates/aml-cli-v2/connect-to-workspace.yml@mlops-templates
- template: templates/${{ variables.version }}/create-compute.yml@mlops-templates
parameters:
@ -65,7 +66,8 @@ stages:
parameters:
build_type: docker
environment_name: nlp_summarization_train
environment_path: data-science/environments/training
- template: templates/${{ variables.version }}/run-pipeline.yml@mlops-templates
parameters:
pipeline_file: mlops/azureml/train/pipeline-train.py
experiment_name: $(environment)_nlp_summarization_$(Build.SourceBranchName)
pipeline_path: mlops/azureml/train/pipeline-train.py
experiment_name: $(environment)_nlp_summarization_$(Build.SourceBranchName)