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/aks/ai-toolchain-operator.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This article shows you how to enable the AI toolchain operator add-on and deploy
18
18
19
19
* This article assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts for AKS](./concepts-clusters-workloads.md).
20
20
* For ***all hosted model inference images*** and recommended infrastructure setup, see the [KAITO GitHub repository](https://github.com/Azure/kaito).
21
+
* The AI toolchain operator add-on currently supports KAITO version **v0.1.0**, please make a note of this in considering your choice of model from the KAITO model repository.
21
22
22
23
## Prerequisites
23
24
@@ -189,16 +190,16 @@ The following sections describe how to create an AKS cluster with the AI toolcha
189
190
190
191
## Deploy a default hosted AI model
191
192
192
-
1. Deploy the Falcon 7B model YAML file from the GitHub repository using the `kubectl apply` command.
193
+
1. Deploy the Falcon 7B-instruct model from the KAITO model repository using the `kubectl apply` command.
0 commit comments