forked from feathr-ai/feathr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a guide to use Feathr in MLOps v2 Solution Accelerator (feathr-ai…
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
title: Using Feathr with MLOps v2 | ||
parent: How-to Guides | ||
--- | ||
|
||
# Using Feathr with MLOps v2 | ||
|
||
MLOps v2 Solution Accelerator is a starting point for MLOps implementation in Azure. Prerequisites, documentation, and other important information can be found in the [Feathr branch of MLOps v2 Accelerator](https://github.com/Azure/mlops-v2/tree/feature/feathr). Feathr can be used in MLOps v2 accelerator, together with Terraform as infrastructure-as-code tool and Azure Machine Learning (AML) for training/deploying the endpoint. | ||
|
||
## Using Feathr in MLOps v2 Accelerator | ||
|
||
Follow the instructions in [Feathr Deployment Guide](https://github.com/Azure/mlops-v2/blob/feature/feathr/documentation/deployguides/deployguide_fs_ado.md). In **Repository setup and infrastructure deployment**, use the following [MLOps v2 repo with feature/feathr branch](https://github.com/Azure/mlops-v2/tree/feature/feathr) instead. Don't forget to substitute values/github repos in the config files to your own and change repo endpoint to your own Github connection (can be found in Azure DevOps), as mentioned in the instructions. |