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.
1 parent 5a56445 commit b927036Copy full SHA for b927036
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
28
ollama
29
```
30
31
+ If Ollama is available, it displays a list of available commands.
32
+
33
+1. Start Ollama:
34
35
+ ```bash
36
+ ollama serve
37
+ ```
38
39
If Ollama is running, it displays a list of available commands.
40
41
1. Pull the `phi3:mini` model from the Ollama registry and wait for it to download:
0 commit comments