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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,8 @@ When you select a node size for a managed compute resource in Azure Machine Lear
75
75
There are a few exceptions and limitations to choosing a VM size:
76
76
77
77
* Some VM series aren't supported in Azure Machine Learning.
78
-
* Some VM series are restricted. To use a restricted series, contact support and request a quota increase for the series. Please note that for GPUs and specialty SKUs, you would always have to request for quota due to high demand and limited supply. For information on how to contact support, see [Azure support options](https://azure.microsoft.com/support/options/).
79
-
80
-
See the following table to learn more about supported series and restrictions.
78
+
* There are some VM series, such as GPUs and other special SKUs, which may not initially appear in your list of available VMs. But you can still use them, once you request a quota change. For more information about requesting quotas, see [Request quota increases](how-to-manage-quotas.md#request-quota-increases).
79
+
See the following table to learn more about supported series.
81
80
82
81
|**Supported VM series**|**Category**|**Supported by**|
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-manage-quotas.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ In addition, the maximum **run time** is 30 days and the maximum number of **met
68
68
[Request a quota increase](#request-quota-increases) to raise the limits for various VM family core quotas, total subscription core quotas, cluster quota and resources in this section.
69
69
70
70
Available resources:
71
-
+**Dedicated cores per region** have a default limit of 24 to 300, depending on your subscription offer type. You can increase the number of dedicated cores per subscription for each VM family. Specialized VM families like NCv2, NCv3, or ND series start with a default of zero cores.
71
+
+**Dedicated cores per region** have a default limit of 24 to 300, depending on your subscription offer type. You can increase the number of dedicated cores per subscription for each VM family. Specialized VM families like NCv2, NCv3, or ND series start with a default of zero cores. GPUs also default to zero cores.
72
72
73
73
+**Low-priority cores per region** have a default limit of 100 to 3,000, depending on your subscription offer type. The number of low-priority cores per subscription can be increased and is a single value across VM families.
74
74
@@ -84,11 +84,9 @@ The following table shows additional limits in the platform. Please reach out to
84
84
| Workspaces per resource group | 800 |
85
85
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster** setup as a non communication-enabled pool (i.e. cannot run MPI jobs) | 100 nodes but configurable up to 65000 nodes |
86
86
| Nodes in a single Parallel Run Step **run** on an Azure Machine Learning Compute (AmlCompute) cluster | 100 nodes but configurable up to 65000 nodes if your cluster is setup to scale per above |
87
-
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster**setup as a communication-enabled pool | 300 nodes but configurable up to 4000 nodes |
88
-
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster**setup as a communication-enabled pool on an RDMA enabled VM Family | 100 nodes |
87
+
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster**set up as a communication-enabled pool | 300 nodes but configurable up to 4000 nodes |
88
+
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster**set up as a communication-enabled pool on an RDMA enabled VM Family | 100 nodes |
89
89
| Nodes in a single MPI **run** on an Azure Machine Learning Compute (AmlCompute) cluster | 100 nodes but can be increased to 300 nodes |
90
-
| GPU MPI processes per node | 1-4 |
91
-
| GPU workers per node | 1-4 |
92
90
| Job lifetime | 21 days<sup>1</sup> |
93
91
| Job lifetime on a low-priority node | 7 days<sup>2</sup> |
94
92
| Parameter servers per node | 1 |
@@ -187,9 +185,21 @@ You can't set a negative value or a value higher than the subscription-level quo
187
185
> [!NOTE]
188
186
> You need subscription-level permissions to set a quota at the workspace level.
189
187
190
-
## View your usage and quotas
188
+
## View quotas in the studio
191
189
192
-
To view your quota for various Azure resources like virtual machines, storage, or network, use the Azure portal:
190
+
1. When you create a new compute resource, by default you'll see only VM sizes that you already have quota to use. Switch the view to **Select from all options**.
191
+
192
+
:::image type="content" source="media/how-to-manage-quotas/select-all-options.png" alt-text="Screenshot shows select all options to see compute resources that need more quota":::
193
+
194
+
1. Scroll down until you see the list of VM sizes you do not have quota for.
195
+
196
+
:::image type="content" source="media/how-to-manage-quotas/scroll-to-zero-quota.png" alt-text="Screenshot shows list of zero quota":::
197
+
198
+
1. Use the link to go directly to the online customer support request for more quota.
199
+
200
+
## View your usage and quotas in the Azure portal
201
+
202
+
To view your quota for various Azure resources like virtual machines, storage, or network, use the [Azure portal](https://portal.azure.com):
193
203
194
204
1. On the left pane, select **All services** and then select **Subscriptions** under the **General** category.
0 commit comments