You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-compute-target.md
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,18 +53,44 @@ You can create Azure Machine Learning compute instances (preview) or compute clu
53
53
54
54
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).
55
55
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.
57
57
58
58
### Compute clusters
59
59
60
60
You can use Azure Machine Learning compute clusters for training and for batch inferencing (preview). With this compute resource, you have:
61
61
62
62
* Single- or multi-node cluster
63
-
*Autoscales each time you submit a run
63
+
*Autoscaling each time you submit a run
64
64
* Automatic cluster management and job scheduling
65
65
* Support for both CPU and GPU resources
66
66
67
+
### Supported VM series and sizes
67
68
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).
68
94
69
95
## Unmanaged compute
70
96
@@ -74,4 +100,4 @@ An unmanaged compute target is *not* managed by Azure Machine Learning. You crea
74
100
75
101
Learn how to:
76
102
*[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