From e5fc04aa48fa5043ab30f0bd4c57e2135966d421 Mon Sep 17 00:00:00 2001 From: Roma Koulikov Date: Fri, 8 Dec 2023 16:40:33 -0500 Subject: [PATCH] Update compute yaml to cpu-mid --- codegen_model_comparison/cloud/compute.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/codegen_model_comparison/cloud/compute.yaml b/codegen_model_comparison/cloud/compute.yaml index 7219f0d..61a1ebf 100644 --- a/codegen_model_comparison/cloud/compute.yaml +++ b/codegen_model_comparison/cloud/compute.yaml @@ -1,6 +1,8 @@ -$schema: https://azuremlschemas.azureedge.net/latest/computeInstance.schema.json -name: gpu-buck50 -type: computeinstance -size: Standard_NC16as_T4_v3 -idle_time_before_shutdown_minutes: 15 -tier: low_priority +$schema: https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json +name: cpu-mid +type: amlcompute +size: Standard_E8s_v3 +min_instances: 0 +max_instances: 2 +idle_time_before_scale_down: 15 +location: australiaeast