We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c88df0 + 8beb6b3 commit 56a6484Copy full SHA for 56a6484
articles/aks/ai-toolchain-operator.md
@@ -196,7 +196,7 @@ The following sections describe how to create an AKS cluster with the AI toolcha
196
1. Deploy the Falcon 7B-instruct model from the KAITO model repository using the `kubectl apply` command.
197
198
```azurecli-interactive
199
- kubectl apply -f https://raw.githubusercontent.com/Azure/kaito/main/examples/kaito_workspace_falcon_7b-instruct.yaml
+ kubectl apply -f https://raw.githubusercontent.com/Azure/kaito/main/examples/inference/kaito_workspace_falcon_7b-instruct.yaml
200
```
201
202
2. Track the live resource changes in your workspace using the `kubectl get` command.
0 commit comments