From b9270364021abfb3d825967e4516d20294a8a1cc Mon Sep 17 00:00:00 2001 From: Linus Wieland Date: Sat, 7 Dec 2024 22:33:47 +0100 Subject: [PATCH 1/6] Update quickstart-local-ai.md ollama serve part was missing --- docs/ai/quickstarts/quickstart-local-ai.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/ai/quickstarts/quickstart-local-ai.md b/docs/ai/quickstarts/quickstart-local-ai.md index 5f16424ac1f7e..a3b00f149e2af 100644 --- a/docs/ai/quickstarts/quickstart-local-ai.md +++ b/docs/ai/quickstarts/quickstart-local-ai.md @@ -28,6 +28,14 @@ Complete the following steps to configure and run a local AI Model on your devic ollama ``` + If Ollama is available, it displays a list of available commands. + +1. Start Ollama: + + ```bash + ollama serve + ``` + If Ollama is running, it displays a list of available commands. 1. Pull the `phi3:mini` model from the Ollama registry and wait for it to download: From 0f7f9a45877ae43ba32986f38dd8b22655df21a1 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:45:38 -0800 Subject: [PATCH 2/6] Update docs/ai/quickstarts/quickstart-local-ai.md --- docs/ai/quickstarts/quickstart-local-ai.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ai/quickstarts/quickstart-local-ai.md b/docs/ai/quickstarts/quickstart-local-ai.md index a3b00f149e2af..0836caa2f4f99 100644 --- a/docs/ai/quickstarts/quickstart-local-ai.md +++ b/docs/ai/quickstarts/quickstart-local-ai.md @@ -36,8 +36,6 @@ Complete the following steps to configure and run a local AI Model on your devic ollama serve ``` - If Ollama is running, it displays a list of available commands. - 1. Pull the `phi3:mini` model from the Ollama registry and wait for it to download: ```bash From eb8e7393fa13d97db32251f3ab3f75b0059f763d Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:49:19 -0800 Subject: [PATCH 3/6] Update docs/ai/quickstarts/quickstart-local-ai.md --- docs/ai/quickstarts/quickstart-local-ai.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ai/quickstarts/quickstart-local-ai.md b/docs/ai/quickstarts/quickstart-local-ai.md index 0836caa2f4f99..e09bca9212d06 100644 --- a/docs/ai/quickstarts/quickstart-local-ai.md +++ b/docs/ai/quickstarts/quickstart-local-ai.md @@ -29,7 +29,6 @@ Complete the following steps to configure and run a local AI Model on your devic ``` If Ollama is available, it displays a list of available commands. - 1. Start Ollama: ```bash From 464fb84063ed5ca231b71f9ff60aa4ac5f69e669 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:51:06 -0800 Subject: [PATCH 4/6] Apply suggestions from code review --- docs/ai/quickstarts/quickstart-local-ai.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ai/quickstarts/quickstart-local-ai.md b/docs/ai/quickstarts/quickstart-local-ai.md index e09bca9212d06..d5bc49601400f 100644 --- a/docs/ai/quickstarts/quickstart-local-ai.md +++ b/docs/ai/quickstarts/quickstart-local-ai.md @@ -29,11 +29,14 @@ Complete the following steps to configure and run a local AI Model on your devic ``` If Ollama is available, it displays a list of available commands. + 1. Start Ollama: ```bash ollama serve ``` + + If Ollama is running, it displays a list of available commands. 1. Pull the `phi3:mini` model from the Ollama registry and wait for it to download: From 6abd95e8660492d206c7d4b40539938d7317038e Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:57:03 -0800 Subject: [PATCH 5/6] Update docs/ai/quickstarts/quickstart-local-ai.md --- docs/ai/quickstarts/quickstart-local-ai.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ai/quickstarts/quickstart-local-ai.md b/docs/ai/quickstarts/quickstart-local-ai.md index d5bc49601400f..1a9ec7a3693d1 100644 --- a/docs/ai/quickstarts/quickstart-local-ai.md +++ b/docs/ai/quickstarts/quickstart-local-ai.md @@ -35,7 +35,6 @@ Complete the following steps to configure and run a local AI Model on your devic ```bash ollama serve ``` - If Ollama is running, it displays a list of available commands. 1. Pull the `phi3:mini` model from the Ollama registry and wait for it to download: From 3c6a588fd107d87862de95946b8105db51ef3c20 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:03:31 -0800 Subject: [PATCH 6/6] Update docs/ai/quickstarts/quickstart-local-ai.md --- docs/ai/quickstarts/quickstart-local-ai.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ai/quickstarts/quickstart-local-ai.md b/docs/ai/quickstarts/quickstart-local-ai.md index 1a9ec7a3693d1..41abf32ca9c0c 100644 --- a/docs/ai/quickstarts/quickstart-local-ai.md +++ b/docs/ai/quickstarts/quickstart-local-ai.md @@ -35,6 +35,7 @@ Complete the following steps to configure and run a local AI Model on your devic ```bash ollama serve ``` + If Ollama is running, it displays a list of available commands. 1. Pull the `phi3:mini` model from the Ollama registry and wait for it to download: