Skip to content

Commit 2aaf440

Browse files
authored
Update quickstart-local-ai.md (#43898)
1 parent 5076d1f commit 2aaf440

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/ai/quickstarts/quickstart-local-ai.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ Complete the following steps to configure and run a local AI Model on your devic
2828
ollama
2929
```
3030

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+
3139
If Ollama is running, it displays a list of available commands.
3240

3341
1. Pull the `phi3:mini` model from the Ollama registry and wait for it to download:

0 commit comments

Comments
 (0)