From 022bd8f4c43df5eaf057f4b35da051819342c5fc Mon Sep 17 00:00:00 2001 From: jalalkhan001 Date: Thu, 13 Feb 2025 15:33:32 +0530 Subject: [PATCH 1/2] Update sparse_checkout.sh --- sparse_checkout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparse_checkout.sh b/sparse_checkout.sh index 7872ec0..cf19071 100644 --- a/sparse_checkout.sh +++ b/sparse_checkout.sh @@ -3,7 +3,7 @@ project_type=classical #options: classical / cv / nlp mlops_version=aml-cli-v2 #options: aml-cli-v2 / python-sdk-v1 / python-sdk-v2 / rai-aml-cli-v2 orchestration=azure-devops #options: github-actions / azure-devops git_folder_location='' #replace with the local root folder location where you want to create the project folder -project_name=Mlops-Test #replace with your project name +project_name=mlopsv2-sparse #replace with your project name github_org_name=orgname #replace with your github org name project_template_github_url=https://github.com/azure/mlops-project-template #replace with the url for the project template for your organization created in step 2.2, or leave for demo purposes From ad4be71f430e44f365aa4ea7a4dbabc64c7e9387 Mon Sep 17 00:00:00 2001 From: jalalkhan001 Date: Thu, 13 Feb 2025 15:54:59 +0530 Subject: [PATCH 2/2] Update sparse_checkout.sh --- sparse_checkout.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sparse_checkout.sh b/sparse_checkout.sh index cf19071..ebcc955 100644 --- a/sparse_checkout.sh +++ b/sparse_checkout.sh @@ -1,11 +1,11 @@ -infrastructure_version=terraform #options: terraform / bicep +infrastructure_version=bicep #options: terraform / bicep project_type=classical #options: classical / cv / nlp mlops_version=aml-cli-v2 #options: aml-cli-v2 / python-sdk-v1 / python-sdk-v2 / rai-aml-cli-v2 -orchestration=azure-devops #options: github-actions / azure-devops -git_folder_location='' #replace with the local root folder location where you want to create the project folder +orchestration=github-actions #options: github-actions / azure-devops +git_folder_location='C:\Users\losts\Downloads\mlopsv2root' #replace with the local root folder location where you want to create the project folder project_name=mlopsv2-sparse #replace with your project name -github_org_name=orgname #replace with your github org name -project_template_github_url=https://github.com/azure/mlops-project-template #replace with the url for the project template for your organization created in step 2.2, or leave for demo purposes +github_org_name=jalalkhan001 #replace with your github org name +project_template_github_url=https://github.com/jalalkhan001/mlops-v2 #replace with the url for the project template for your organization created in step 2.2, or leave for demo purposes cd $git_folder_location