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: AKS-Arc/deploy-ai-model.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy an AI model on AKS Arc with the Kubernetes AI t
4
4
author: sethmanheim
5
5
ms.author: sethm
6
6
ms.topic: how-to
7
-
ms.date: 12/06/2024
7
+
ms.date: 03/21/2025
8
8
ms.reviewer: haojiehang
9
9
ms.lastreviewed: 12/03/2024
10
10
@@ -66,7 +66,7 @@ To create a GPU node pool using the Azure portal, follow these steps:
66
66
67
67
### [Azure CLI](#tab/azurecli)
68
68
69
-
To create a GPU node pool using Azure CLI, run the following command. The GPU VM SKU used in the following example is for the **A16** model; for the full list of VM SKUs, see [Supported VM sizes](deploy-gpu-node-pool.md#supported-vm-sizes).
69
+
To create a GPU node pool using Azure CLI, run the following command. The GPU VM SKU used in the following example is for the **A16** model; for the full list of VM SKUs, see [Supported VM sizes](scale-requirements.md#supported-vm-sizes).
Copy file name to clipboardExpand all lines: AKS-Arc/deploy-gpu-node-pool.md
+4-42Lines changed: 4 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ title: Use GPUs for compute-intensive workloads (AKS on Azure Local, version 23H
3
3
description: Learn how to deploy GPU-enabled node pools in AKS enabled by Arc.
4
4
author: sethmanheim
5
5
ms.topic: how-to
6
-
ms.date: 02/29/2024
6
+
ms.date: 03/21/2025
7
7
ms.author: sethm
8
-
ms.lastreviewed: 06/05/2024
9
-
ms.reviewer: baziwane
8
+
ms.lastreviewed: 03/21/2025
9
+
ms.reviewer: abha
10
10
11
11
# Intent: As an IT Pro, I want to learn how to deploy GPU-enabled node pools
12
12
# Keyword: Run GPU workloads on Kubernetes
@@ -21,45 +21,6 @@ ms.reviewer: baziwane
21
21
22
22
Graphical Processing Units (GPU) are used for compute-intensive workloads such as machine learning, deep learning, and more. This article describes how to use GPUs for compute-intensive workloads in AKS enabled by Azure Arc.
23
23
24
-
## Supported GPU models
25
-
26
-
The following GPU models are supported by AKS on Azure Local, version 23H2:
27
-
28
-
| Manufacturer | GPU model | Supported version |
29
-
|--------------|-----------|-------------------|
30
-
| NVidia | A2 | 2311.2 |
31
-
| NVidia | A16 | 2402.0 |
32
-
| NVidia | T4 | 2408.0 |
33
-
34
-
## Supported VM sizes
35
-
36
-
The following VM sizes for each GPU models are supported by AKS on Azure Local, version 23H2.
To use GPUs in AKS Arc, make sure you installed the necessary GPU drivers before you begin the deployment of the cluster. Follow the steps in this section.
@@ -277,5 +238,6 @@ If an upgrade is triggered on a cluster without extra GPU resources to facilitat
277
238
278
239
## Next steps
279
240
241
+
-[Supported VM sizes](scale-requirements.md)
280
242
-[Use GPUs (AKS on Azure Local 22H2)](deploy-gpu-node-pool-22h2.md)
0 commit comments