Skip to content

Commit 334bb09

Browse files
NCv3 VM retirement update (#3696)
* ncv3 retirement update * review comment
1 parent 61425b6 commit 334bb09

File tree

109 files changed

+179
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+179
-179
lines changed

cli/endpoints/batch/deploy-models/imagenet-classifier/deploy-and-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ az ml model create --name $MODEL_NAME --path "model"
2626

2727
echo "Creating compute with GPU"
2828
# <create_compute>
29-
az ml compute create -n gpu-cluster --type amlcompute --size STANDARD_NC6s_v3 --min-instances 0 --max-instances 2
29+
az ml compute create -n gpu-cluster --type amlcompute --size STANDARD_NC4AS_T4_V3 --min-instances 0 --max-instances 2
3030
# </create_compute>
3131

3232
echo "Creating batch endpoint $ENDPOINT_NAME"

cli/endpoints/online/triton/single-model/create-managed-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ model:
77
path: ./models
88
type: triton_model
99
instance_count: 1
10-
instance_type: Standard_NC6s_v3
10+
instance_type: STANDARD_NC4AS_T4_V3

cli/foundation-models/system/finetune/image-classification/multiclass-classification/hftransformers-fridgeobjects-multiclass-classification.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ compute_cluster_finetune="sample-finetune-cluster-gpu"
1313
compute_model_evaluation="sample-finetune-cluster-gpu"
1414
# If above compute cluster does not exist, create it with the following vm size
1515
compute_model_import_sku="Standard_D12"
16-
compute_finetune_sku="Standard_NC6s_v3"
17-
compute_model_evaluation_sku="Standard_NC6s_v3"
16+
compute_finetune_sku="STANDARD_NC4AS_T4_V3"
17+
compute_model_evaluation_sku="STANDARD_NC4AS_T4_V3"
1818

1919
# This is the number of GPUs in a single node of the selected 'vm_size' compute.
2020
# Setting this to less than the number of GPUs will result in underutilized GPUs, taking longer to train.

cli/foundation-models/system/finetune/image-classification/multilabel-classification/hftransformers-fridgeobjects-multilabel-classification.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ compute_cluster_finetune="sample-finetune-cluster-gpu"
1313
compute_model_evaluation="sample-finetune-cluster-gpu"
1414
# If above compute cluster does not exist, create it with the following vm size
1515
compute_model_import_sku="Standard_D12"
16-
compute_finetune_sku="Standard_NC6s_v3"
17-
compute_model_evaluation_sku="Standard_NC6s_v3"
16+
compute_finetune_sku="STANDARD_NC4AS_T4_V3"
17+
compute_model_evaluation_sku="STANDARD_NC4AS_T4_V3"
1818

1919
# This is the number of GPUs in a single node of the selected 'vm_size' compute.
2020
# Setting this to less than the number of GPUs will result in underutilized GPUs, taking longer to train.

cli/foundation-models/system/finetune/image-instance-segmentation/mmdetection-fridgeobjects-instance-segmentation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ compute_cluster_finetune="sample-finetune-cluster-gpu"
1515
compute_model_evaluation="sample-finetune-cluster-gpu"
1616
# If above compute cluster does not exist, create it with the following vm size
1717
compute_model_import_sku="Standard_D12"
18-
compute_finetune_sku="Standard_NC6s_v3"
19-
compute_model_evaluation_sku="Standard_NC6s_v3"
18+
compute_finetune_sku="STANDARD_NC4AS_T4_V3"
19+
compute_model_evaluation_sku="STANDARD_NC4AS_T4_V3"
2020

2121
# This is the number of GPUs in a single node of the selected 'vm_size' compute.
2222
# Setting this to less than the number of GPUs will result in underutilized GPUs, taking longer to train.

cli/foundation-models/system/finetune/image-object-detection/mmdetection-fridgeobjects-detection.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ compute_cluster_finetune="sample-finetune-cluster-gpu"
1414
compute_model_evaluation="sample-finetune-cluster-gpu"
1515
# If above compute cluster does not exist, create it with the following vm size
1616
compute_model_import_sku="Standard_D12"
17-
compute_finetune_sku="Standard_NC6s_v3"
18-
compute_model_evaluation_sku="Standard_NC6s_v3"
17+
compute_finetune_sku="STANDARD_NC4AS_T4_V3"
18+
compute_model_evaluation_sku="STANDARD_NC4AS_T4_V3"
1919

2020
# This is the number of GPUs in a single node of the selected 'vm_size' compute.
2121
# Setting this to less than the number of GPUs will result in underutilized GPUs, taking longer to train.

cli/foundation-models/system/finetune/question-answering/extractive-qa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ registry_name="azureml"
1010

1111
compute_cluster="gpu-cluster-big"
1212
# if above compute cluster does not exist, create it with the following vm size
13-
compute_sku="Standard_NC24rs_v3"
13+
compute_sku="STANDARD_NC4AS_T4_V3"
1414
# This is the number of GPUs in a single node of the selected 'vm_size' compute.
1515
# Setting this to less than the number of GPUs will result in underutilized GPUs, taking longer to train.
1616
# Setting this to more than the number of GPUs will result in an error.

cli/foundation-models/system/finetune/summarization/news-summary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ registry_name="azureml"
1010

1111
compute_cluster="gpu-cluster-big"
1212
# if above compute cluster does not exist, create it with the following vm size
13-
compute_sku="Standard_NC24rs_v3"
13+
compute_sku="STANDARD_NC4AS_T4_V3"
1414
# This is the number of GPUs in a single node of the selected 'vm_size' compute.
1515
# Setting this to less than the number of GPUs will result in underutilized GPUs, taking longer to train.
1616
# Setting this to more than the number of GPUs will result in an error.

cli/foundation-models/system/finetune/text-classification/emotion-detection.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ registry_name="azureml"
1010

1111
compute_cluster="gpu-cluster-big"
1212
# if above compute cluster does not exist, create it with the following vm size
13-
compute_sku="Standard_NC24rs_v3"
13+
compute_sku="STANDARD_NC4AS_T4_V3"
1414
# This is the number of GPUs in a single node of the selected 'vm_size' compute.
1515
# Setting this to less than the number of GPUs will result in underutilized GPUs, taking longer to train.
1616
# Setting this to more than the number of GPUs will result in an error.

cli/foundation-models/system/finetune/text-to-image/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json
2-
instance_type: Standard_NC6s_v3
2+
instance_type: STANDARD_NC4AS_T4_V3
33
instance_count: 1
44
liveness_probe:
55
initial_delay: 180

0 commit comments

Comments
 (0)