Skip to content

Commit 56a6484

Browse files
Merge pull request #272146 from Naveenommi-MSFT/patch-136
(AzureCXP) fixes MicrosoftDocs/azure-docs#121560
2 parents 3c88df0 + 8beb6b3 commit 56a6484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/ai-toolchain-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The following sections describe how to create an AKS cluster with the AI toolcha
196196
1. Deploy the Falcon 7B-instruct model from the KAITO model repository using the `kubectl apply` command.
197197
198198
```azurecli-interactive
199-
kubectl apply -f https://raw.githubusercontent.com/Azure/kaito/main/examples/kaito_workspace_falcon_7b-instruct.yaml
199+
kubectl apply -f https://raw.githubusercontent.com/Azure/kaito/main/examples/inference/kaito_workspace_falcon_7b-instruct.yaml
200200
```
201201
202202
2. Track the live resource changes in your workspace using the `kubectl get` command.

0 commit comments

Comments
 (0)