Git Product home page Git Product logo

azure / mlops-templates Goto Github PK

View Code? Open in Web Editor NEW
106.0 17.0 638.0 1.67 MB

Azure MLOps (v2) solution accelerators. Enterprise ready templates to deploy your machine learning models on the Azure Platform.

Home Page: https://learn.microsoft.com/en-us/azure/machine-learning/concept-model-management-and-deployment

License: MIT License

Python 90.07% Shell 1.98% JavaScript 7.95%
azure azureml deep-learning machine-learning microsoft mlops mlops-environment mlops-project mlops-template mlops-workflow

mlops-templates's Introduction

Azure MLOps (v2) Solution Accelerator

Welcome to the MLOps (v2) solution accelerator repository! This project is intended to serve as the starting point for MLOps implementation in Azure. The main repository from where you can start can be found in this main README file

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

mlops-templates's People

Contributors

abhi201-lab avatar chrey-gh avatar cindyweng avatar djdean avatar jawadaminmsft avatar jomedinagomez avatar lostmygithubaccount avatar maggiemhanna avatar manu-kanwarpal avatar mariamedp avatar markremmey avatar marktab avatar microsoft-github-policy-service[bot] avatar msmarti avatar murggu avatar nicoleserafino avatar samelhousseini avatar sbaidachni avatar sdonohoo avatar setuc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mlops-templates's Issues

The task TerraformInstaller is ambiguous

The task used in install-terraform.yml file on line 5 is causing the ambiguous error below.
To correct that is needed to change TerraformInstaller@0 for ms-devlabs.custom-terraform-tasks.custom-terraform-installer-task.TerraformInstaller@0

image

Thank you!

The job running on agent Hosted Agent ran longer than the maximum time of 60 minutes.ย ---> BUILD FAILED

Thanks for creating this repo. We are using it for Azure MLOps pipelining of deep learning jobs.

We keep getting this error that our jobs are cancelling after 60 minutes.

Could you guide which part of your pipeline we should modify so that it gets fixed?

I am using PyTorch DistributedDataParallel for the training.
Screenshot from 2023-05-05 15-17-11

I tried adding the timeout variables to pipeline.yaml from you but somehow it is not in the schema also I am not sure if that would fix the problem.

Screenshot from 2023-05-05 15-17-48

Here's an overview of using MLOps Templates from you for our code:
Screenshot from 2023-05-05 15-19-00

Please note while we get a BUILD FAILED email the job in the pipeline keeps running. I also had it once finish the training and save the model checkpoints but it seems it might be producing wrong results (perhaps because of same error).

Any help you could provide in this respect is really appreciated.
Here's the link provided in BUILD FAILED email: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/phases?view=azure-devops&tabs=yaml#timeouts

Here's the link to pipeline job schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json

Feature: Support login with OpenID Connect (OIDC) and managed identity.

Currently this workload wants to reference Service Principal, but the newish standard is to actually use OpenID Connect (OIDC) and managed identity. https://github.com/Azure/login#login-with-openid-connect-oidc-recommended

Currently the MLOps_v2 calls back for

secrets:
      creds:

Doesn't allow you to use OIDC

          client-id: ${{ secrets.AZURE_CLIENT_ID }}
          tenant-id: ${{ secrets.AZURE_TENANT_ID }}
          subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

AzureCliAuthentication error in SDK version

Getting the following error in connect-to-workspace.yml:

AuthenticationException: AzureCliAuthentication requires azure-cli>=2.30.0 to be installed in the same python environment where azureml-sdk is installed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.