-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected parameter "build_type" when running deploy-model-training-pipeline in CV pattern #101
Comments
Hi. I am having this problem as well. Any workaround? |
The template needs a fix You will notice that the build_type was not setup or passed as a parameter to the register environment file that can be found here. You can remove the build type or use a similar approach from classical template. I will need to retest the pipelines to fix the error. Give me some time to test it and address this issue. |
Hi @setuc, |
@patcharees let me review the CV templates to see what is causing these issues? There is register dataset but CV doesn’t use that as we download the data on the fly. Do you have the error message that you get |
Below is my template mlops-project-template\cv\aml-cli-v2\mlops\devops-pipelines\deploy-model-training-pipeline.yml. You can see it requires register-dataset.yml. When I run this pipeline to deploy model training, I got this error /mlops/devops-pipelines/deploy-model-training-pipeline.yml: File /templates/aml-cli-v2/register-dataset.yml not found in repository https://dev.azure.com/xxx/xxx/_git/mlops-templates branch refs/heads/main version fe222c36eaa8c0949d99e97e6ba5f17361f1f108. as register-dataset.yml does not really exist in aml-cli-v2 folder name: deploy-model-training-pipeline variables:
trigger: none pool: resources: stages:
|
Hi guys, I am facing the same bug with the same settings, @setuc did you get the chance to look at this issue? |
@Dan-RT Try removing build-type from the line 58 here I will issue a patch for it. |
Hi @Dan-RT, If you don't necessarily need to use Bicep and Azure DevOps, I would suggest referring to the guidance provided by this repository. I have successfully built an MLOps engine using this guidance. However, please note that this project utilizes Terraform and GitHub Actions. |
@changwei0314 @Dan-RT Is Bicep really a priority for you? |
Describe the bug or the issue that you are facing
I encounter an error when running deploy-model-training-pipeline.yaml
Steps/Code to Reproduce
I use the following configuration to generate the required code for deploying the pipeline.
Expected Output
Expect to run the deploy-model-training pipeline successfully.
Versions
main branch
Which platform are you using for deploying your infrastrucutre?
Azure DevOps (ADO)
If you mentioned Others, please mention which platformm are you using?
No response
What are you using for deploying your infrastrucutre?
Bicep
Are you using Azure ML CLI v2 or Azure ML Python SDK v2
Azure ML CLI v2
Describe the example that you are trying to run?
CV
Tasks
The text was updated successfully, but these errors were encountered: