Skip to content

Commit 3c74e2d

Browse files
authored
Merge pull request #113763 from Blackmist/brenda-vmsize
Brenda vmsize updates
2 parents 771f1c7 + cfcb552 commit 3c74e2d

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

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

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,44 @@ 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. Refer here to learn more about the different [VM types and sizes](https://docs.microsoft.com/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. To use a restricted series, contact support and request a quota increase for the series. For information on contacting support, see [Azure support options](https://azure.microsoft.com/support/options/)
74+
75+
See the following table to learn more about supported series and restrictions.
76+
77+
| **Supported VM series** | **Restrictions** |
78+
|------------|------------|
79+
| D | None |
80+
| Dv2 | None |
81+
| DSv2 | None |
82+
| FSv2 | None |
83+
| M | Requires approval |
84+
| NC | None |
85+
| NCsv2 | Requires approval |
86+
| NCsv3 | Requires approval |
87+
| NDs | Requires approval |
88+
| NDv2 | Requires approval |
89+
| NV | None |
90+
| NVv3 | Requires approval |
91+
92+
93+
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/global-infrastructure/services/?products=virtual-machines).
6894

6995
## Unmanaged compute
7096

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

75101
Learn how to:
76102
* [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)
103+
* [Deploy your model to a compute target](how-to-deploy-and-where.md)

0 commit comments

Comments
 (0)