From 7452cd4f53813994009e123c57ec771b81a67d09 Mon Sep 17 00:00:00 2001 From: Stephanie Date: Tue, 29 Oct 2024 14:25:53 -0700 Subject: [PATCH] fix typo Signed-off-by: Stephanie --- docs/getting-started/serve_and_chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/serve_and_chat.md b/docs/getting-started/serve_and_chat.md index 66a95d9..d942893 100644 --- a/docs/getting-started/serve_and_chat.md +++ b/docs/getting-started/serve_and_chat.md @@ -18,7 +18,7 @@ Serve a non-default model: ilab model serve --model-path models/granite-7b-instruct.GGUF ``` -nce the model is served and ready, you'll see the following output: +Once the model is served and ready, you'll see the following output: ```shell (venv) $ ilab model serve