From e32530b95ae11f37ea5637b1c2172387bfa45082 Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Wed, 18 Sep 2024 18:35:45 -0700 Subject: [PATCH] fix GKE install guide --- docs/installation/gke.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/installation/gke.md b/docs/installation/gke.md index d2ab60e..cec5e3a 100644 --- a/docs/installation/gke.md +++ b/docs/installation/gke.md @@ -71,10 +71,9 @@ Optionally install preconfigured models. ```bash cat < kubeai-models.yaml -models: - catalog: - llama-3.1-8b-instruct-fp8-l4: - enabled: true +catalog: + llama-3.1-8b-instruct-fp8-l4: + enabled: true EOF helm install kubeai-models kubeai/models \