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 5cbcae4 commit cc97d48Copy full SHA for cc97d48
units/en/unit2/continue-client.mdx
@@ -26,7 +26,7 @@ With Continue configured, we'll move on to setting up Ollama to pull local model
26
27
Ollama is an open-source tool that allows users to run large language models (LLMs)
28
locally on their own computers. To use Ollama, you can [install](https://ollama.com/download) it and
29
-download the model you want to run with the `ollama run` command.
+download the model you want to run with the `ollama pull` command.
30
31
For example, you can download the [llama 3.1:8b](https://ollama.com/models/llama-3:1b) model with:
32
0 commit comments