Skip to content

Commit 9388f27

Browse files
committed
Incorp PM feedback
1 parent 4a2378e commit 9388f27

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

AKS-Arc/deploy-ai-model.md

Lines changed: 5 additions & 3 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: 04/30/2025
7+
ms.date: 05/07/2025
88
ms.reviewer: haojiehang
9-
ms.lastreviewed: 12/03/2024
9+
ms.lastreviewed: 05/07/2025
1010

1111
---
1212

@@ -33,6 +33,8 @@ Before you begin, make sure you have the following prerequisites:
3333
- Install the **aksarc** extension, and make sure the version is at least 1.5.37. To get the list of installed CLI extensions, run `az extension list -o table`.
3434
- If you use a Powershell terminal, make sure the version is at least 7.4.
3535

36+
For all hosted model preset images and default resource configuration, see the [KAITO GitHub repository](https://github.com/kaito-project/kaito/tree/main/presets). The AI toolchain operator extension currently supports KAITO version 0.4.5. Make a note of this in considering your choice of model from the KAITO model repository.
37+
3638
## Create a cluster with KAITO
3739

3840
To create an AKS Arc on Azure Local with KAITO, follow these steps:
@@ -100,7 +102,7 @@ To deploy the AI model, follow these steps:
100102
1. Create a YAML file with the following sample file. In this example, we use the Phi 3.5 Mini model by specifying the preset name as **phi-3.5-mini-instruct**. If you want to use other LLMs, use the preset name from the KAITO repo. You should also make sure that the LLM can deploy on the VM SKU based on the matrix table in the "Model VM SKU Matrix" section.
101103

102104
```yaml
103-
apiVersion: kaito.sh/v1alpha1
105+
apiVersion: kaito.sh/v1beta1
104106
kind: Workspace
105107
metadata:
106108
name: workspace-llm # Update the workspace name as needed

0 commit comments

Comments
 (0)