Skip to content

Commit 75fc4dd

Browse files
committed
Incorp more changes, add license terms
1 parent 81f6e2c commit 75fc4dd

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

AKS-Arc/deploy-ai-model.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Learn how to deploy an AI model on AKS Arc with the Kubernetes AI t
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 05/12/2025
7+
ms.date: 05/14/2025
88
ms.reviewer: haojiehang
9-
ms.lastreviewed: 05/12/2025
9+
ms.lastreviewed: 05/14/2025
1010

1111
---
1212

@@ -23,6 +23,10 @@ This article describes how to deploy an AI model on AKS Arc with the *Kubernetes
2323
1. Clean up resources.
2424
1. Troubleshoot as needed.
2525

26+
> [!IMPORTANT]
27+
> The KAITO Extension for AKS on Azure Local is currently in PREVIEW.
28+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
29+
2630
## Prerequisites
2731

2832
Before you begin, make sure you have the following prerequisites:
@@ -192,14 +196,13 @@ The following table shows the supported GPU models and their corresponding VM SK
192196
| Type | T4 | A2 or A16 | A2 or A16 |
193197
|-------------------------------------|---------------------|-----------------------------------|-------------------------------------|
194198
| Model VM SKU Matrix | Standard_NK6 | Standard_NC4, Standard_NC8 | Standard_NC32, Standard_NC16 |
195-
| phi-2 | Y | Y | Y |
196199
| phi-3-mini-4k-instruct | Y | Y | Y |
197-
| phi-3-mini-128k-instruct | Y | Y | Y |
198-
| phi-3-medium-4k-instruct | N | N | Y |
199-
| phi-3-medium-128k-instruct | N | N | Y |
200-
| phi-3.5-mini-instruct | Y | Y | Y |
200+
| phi-3-mini-128k-instruct | N | Y | Y |
201+
| phi-3.5-mini-instruct | N | Y | Y |
202+
| phi-4-mini-instruct | N | N | Y |
201203
| deepseek-r1-distill-llama-8b | N | N | Y |
202-
| deepseek-r1-distill-qwen-14b | N | N | Y |
204+
| mistral-7b/mistral-7b-instruct | N | N | Y |
205+
| qwen2.5-coder-7b-instruct | N | N | Y |
203206

204207
## Troubleshooting
205208

0 commit comments

Comments
 (0)