Skip to content

Commit c5d8fe9

Browse files
authored
Added supported VM series section
1 parent 98ae231 commit c5d8fe9

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

articles/machine-learning/concept-compute-target.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following compute resources can be used to host your model deployment.
4040
Learn [where and how to deploy your model to a compute target](how-to-deploy-and-where.md).
4141

4242
<a name="amlcompute"></a>
43-
## Azure Machine Learning compute (managed)
43+
## Azure Machine Learning Compute (Managed)
4444

4545
A managed compute resource is created and managed by Azure Machine Learning. This compute is optimized for machine learning workloads. Azure Machine Learning compute clusters and [compute instances](concept-compute-instance.md) are the only managed computes. Additional managed compute resources may be added in the future.
4646

@@ -53,18 +53,43 @@ You can create Azure Machine Learning compute instances (preview) or compute clu
5353

5454
You can also create compute clusters using the [machine learning extension for the Azure CLI](tutorial-train-deploy-model-cli.md#create-the-compute-target-for-training).
5555

56-
When created these compute resources are automatically part of your workspace unlike other kinds of compute targets.
56+
When created these compute resources are automatically part of your workspace, unlike other kinds of compute targets.
5757

5858
### Compute clusters
5959

6060
You can use Azure Machine Learning compute clusters for training and for batch inferencing (preview). With this compute resource, you have:
6161

6262
* Single- or multi-node cluster
63-
* Autoscales each time you submit a run
63+
* Autoscaling each time you submit a run
6464
* Automatic cluster management and job scheduling
6565
* Support for both CPU and GPU resources
6666

67+
### Supported VM series and sizes
6768

69+
When you select a node size for a managed compute resource in Azure Machine Learning, you can choose from among select VM sizes available in Azure. Azure offers a range of sizes for Linux and Windows for different workloads. To learn more about the different VM types and sizes, refer [here](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes).
70+
71+
There are a few exceptions and limitations to choosing a VM size:
72+
* Some VM series are not supported in Azure Machine Learning.
73+
* Some VM series are restricted and need to be specifically enabled before they can be allocated.
74+
75+
See the following table to learn more about supported series and restrictions.
76+
77+
| Supported VM series |
78+
|------------|
79+
| D |
80+
| Dv2 |
81+
| DSv2 |
82+
| FSv2 |
83+
| NC |
84+
| NV |
85+
| NCsv2 |
86+
| NCsv3 |
87+
| NDs |
88+
| NDv2 |
89+
| NVv3 |
90+
| FSv2 |
91+
92+
Note that while Azure Machine Learning supports these VM series, they may not be available in all Azure regions. You can check with VM series are available here: [Products Available by Region](https://azure.microsoft.com/en-us/global-infrastructure/services/?products=virtual-machines).
6893

6994
## Unmanaged compute
7095

@@ -74,4 +99,4 @@ An unmanaged compute target is *not* managed by Azure Machine Learning. You crea
7499

75100
Learn how to:
76101
* [Set up a compute target to train your model](how-to-set-up-training-targets.md)
77-
* [Deploy your model to a compute target](how-to-deploy-and-where.md)
102+
* [Deploy your model to a compute target](how-to-deploy-and-where.md)

0 commit comments

Comments
 (0)