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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,240 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 40,011 Reputation points
    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful