From 17b32bc4b743ca713d62ffa861184272fd7d8d4f Mon Sep 17 00:00:00 2001 From: Akash Borgalli Date: Tue, 17 Jan 2023 10:48:27 +0530 Subject: [PATCH 1/6] changed compute instance --- .pipelines/diabetes_regression-variables-template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pipelines/diabetes_regression-variables-template.yml b/.pipelines/diabetes_regression-variables-template.yml index 502753fb..fe2ccdf3 100644 --- a/.pipelines/diabetes_regression-variables-template.yml +++ b/.pipelines/diabetes_regression-variables-template.yml @@ -39,13 +39,13 @@ variables: - name: AML_ENV_TRAIN_CONDA_DEP_FILE value: "conda_dependencies.yml" - name: AML_COMPUTE_CLUSTER_CPU_SKU - value: STANDARD_DS2_V2 + value: STANDARD_DS3_V2 - name: AML_COMPUTE_CLUSTER_NAME - value: train-cluster + value: train-clust - name: AML_CLUSTER_MIN_NODES value: 0 - name: AML_CLUSTER_MAX_NODES - value: 4 + value: 1 - name: AML_CLUSTER_PRIORITY value: lowpriority From 82aa7d3687f0c6dbeba9888fb6d917c27a11a405 Mon Sep 17 00:00:00 2001 From: Akash Borgalli Date: Tue, 17 Jan 2023 11:50:41 +0530 Subject: [PATCH 2/6] CHANGED COMPUTE CLUSTER WITH 3 --- .pipelines/diabetes_regression-variables-template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pipelines/diabetes_regression-variables-template.yml b/.pipelines/diabetes_regression-variables-template.yml index fe2ccdf3..ad68d8a2 100644 --- a/.pipelines/diabetes_regression-variables-template.yml +++ b/.pipelines/diabetes_regression-variables-template.yml @@ -39,13 +39,13 @@ variables: - name: AML_ENV_TRAIN_CONDA_DEP_FILE value: "conda_dependencies.yml" - name: AML_COMPUTE_CLUSTER_CPU_SKU - value: STANDARD_DS3_V2 + value: STANDARD_DS2_V2 - name: AML_COMPUTE_CLUSTER_NAME value: train-clust - name: AML_CLUSTER_MIN_NODES value: 0 - name: AML_CLUSTER_MAX_NODES - value: 1 + value: 3 - name: AML_CLUSTER_PRIORITY value: lowpriority @@ -90,7 +90,7 @@ variables: - name: AML_CLUSTER_MIN_NODES_SCORING value: 0 - name: AML_CLUSTER_MAX_NODES_SCORING - value: 4 + value: 3 - name: AML_CLUSTER_PRIORITY_SCORING value: lowpriority # The path to the batch scoring script relative to SOURCES_DIR_TRAIN From 2f3cb95a952b4e2033e010a3041b02adbf55439e Mon Sep 17 00:00:00 2001 From: Akash Borgalli Date: Tue, 17 Jan 2023 12:25:07 +0530 Subject: [PATCH 3/6] back to original cluster --- .pipelines/diabetes_regression-variables-template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pipelines/diabetes_regression-variables-template.yml b/.pipelines/diabetes_regression-variables-template.yml index ad68d8a2..502753fb 100644 --- a/.pipelines/diabetes_regression-variables-template.yml +++ b/.pipelines/diabetes_regression-variables-template.yml @@ -41,11 +41,11 @@ variables: - name: AML_COMPUTE_CLUSTER_CPU_SKU value: STANDARD_DS2_V2 - name: AML_COMPUTE_CLUSTER_NAME - value: train-clust + value: train-cluster - name: AML_CLUSTER_MIN_NODES value: 0 - name: AML_CLUSTER_MAX_NODES - value: 3 + value: 4 - name: AML_CLUSTER_PRIORITY value: lowpriority @@ -90,7 +90,7 @@ variables: - name: AML_CLUSTER_MIN_NODES_SCORING value: 0 - name: AML_CLUSTER_MAX_NODES_SCORING - value: 3 + value: 4 - name: AML_CLUSTER_PRIORITY_SCORING value: lowpriority # The path to the batch scoring script relative to SOURCES_DIR_TRAIN From c77db2dbc97582480edc4bc7689ad44dbc898781 Mon Sep 17 00:00:00 2001 From: Akash Borgalli Date: Thu, 19 Jan 2023 19:28:49 +0530 Subject: [PATCH 4/6] changed the name of cpu --- .pipelines/diabetes_regression-variables-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/diabetes_regression-variables-template.yml b/.pipelines/diabetes_regression-variables-template.yml index 502753fb..506e991f 100644 --- a/.pipelines/diabetes_regression-variables-template.yml +++ b/.pipelines/diabetes_regression-variables-template.yml @@ -41,7 +41,7 @@ variables: - name: AML_COMPUTE_CLUSTER_CPU_SKU value: STANDARD_DS2_V2 - name: AML_COMPUTE_CLUSTER_NAME - value: train-cluster + value: aksh-cluster - name: AML_CLUSTER_MIN_NODES value: 0 - name: AML_CLUSTER_MAX_NODES From 8b0407c8c8d0a5c4f679b482e63ebe8c033f4dd6 Mon Sep 17 00:00:00 2001 From: Akash Borgalli Date: Thu, 19 Jan 2023 21:33:21 +0530 Subject: [PATCH 5/6] new cluster --- .pipelines/diabetes_regression-variables-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/diabetes_regression-variables-template.yml b/.pipelines/diabetes_regression-variables-template.yml index 506e991f..c558a79e 100644 --- a/.pipelines/diabetes_regression-variables-template.yml +++ b/.pipelines/diabetes_regression-variables-template.yml @@ -41,7 +41,7 @@ variables: - name: AML_COMPUTE_CLUSTER_CPU_SKU value: STANDARD_DS2_V2 - name: AML_COMPUTE_CLUSTER_NAME - value: aksh-cluster + value: trn-cluster - name: AML_CLUSTER_MIN_NODES value: 0 - name: AML_CLUSTER_MAX_NODES From a119066bef063338797e27e3fa09e5cbf266a8fc Mon Sep 17 00:00:00 2001 From: Akash Borgalli Date: Fri, 30 Jun 2023 16:07:17 +0530 Subject: [PATCH 6/6] changed frm trn-cluster to trnlc --- .pipelines/diabetes_regression-variables-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/diabetes_regression-variables-template.yml b/.pipelines/diabetes_regression-variables-template.yml index c558a79e..0f90ebbf 100644 --- a/.pipelines/diabetes_regression-variables-template.yml +++ b/.pipelines/diabetes_regression-variables-template.yml @@ -41,7 +41,7 @@ variables: - name: AML_COMPUTE_CLUSTER_CPU_SKU value: STANDARD_DS2_V2 - name: AML_COMPUTE_CLUSTER_NAME - value: trn-cluster + value: trnlc-cluster - name: AML_CLUSTER_MIN_NODES value: 0 - name: AML_CLUSTER_MAX_NODES