Share via

MLOps automation

Kaichson 40 Reputation points
2023-10-28T20:49:00.34+00:00

hello, I am trying to use GitHub action to do MLOps. But I can not set the right compute, Is there any place I can set the compute to use my cluster correctly?

Azure Machine Learning
0 comments No comments

Answer accepted by question author

YutongTie-9091 54,026 Reputation points Moderator
2023-10-28T22:38:23.8833333+00:00

@Kaichson

Thanks for reaching out to us, you need to update pipeline.yml with your compute cluster name

You'll use a pipeline.yml file to deploy your Azure Machine Learning pipeline. This is a machine learning pipeline and not a DevOps pipeline. You only need to make this update if you're using a name other than cpu-cluster for your computer cluster name.

  1. In your cloned repository, go to azureml-examples/cli/jobs/pipelines/nyc-taxi/pipeline.yml.
  2. Each time you see compute: azureml:cpu-cluster, update the value of cpu-cluster with your compute cluster name. For example, if your cluster is named my-cluster, your new value would be azureml:my-cluster. There are five updates.

More information please refer to the document - https://learn.microsoft.com/en-us/azure/machine-learning/how-to-github-actions-machine-learning?view=azureml-api-2&tabs=userlevel

Let me know if you have more questions.

Regards,

Yutong

-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.