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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This article shows you how to enable the AI toolchain operator add-on and deploy
17
17
## Before you begin
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
-
* For ***all hosted model inference files*** and recommended infrastructure setup, see the [KAITO GitHub repository](https://github.com/Azure/kaito).
20
+
* For ***all hosted model inference images*** and recommended infrastructure setup, see the [KAITO GitHub repository](https://github.com/Azure/kaito).
21
21
22
22
## Prerequisites
23
23
@@ -88,9 +88,9 @@ This article shows you how to enable the AI toolchain operator add-on and deploy
88
88
```azurecli-interactive
89
89
az aks create --location ${AZURE_LOCATION} --resource-group ${AZURE_RESOURCE_GROUP} --name ${CLUSTER_NAME} --enable-managed-identity --enable-oidc-issuer --enable-ai-toolchain-operator
90
90
```
91
-
91
+
92
92
> [!NOTE]
93
-
> AKS creates a managed identity once you enable the AI toolchain operator add-on. The managed identity is used to access the AI toolchain operator workspace CRD. The AI toolchain operator workspace CRD is used to create and manage AI toolchain operator workspaces.
93
+
> AKS creates a managed identity once you enable the AI toolchain operator add-on. The managed identity is used to create GPU node pools in the managed AKS cluster. Proper permissions need to be set for it manually following the steps introduced in the following sections.
94
94
>
95
95
> AI toolchain operator enablement requires the enablement of OIDC issuer.
96
96
@@ -176,7 +176,7 @@ This article shows you how to enable the AI toolchain operator add-on and deploy
176
176
4. Run the Falcon 7B model with a sample input of your choice using the following `curl` command:
0 commit comments