Skip to content

Commit

Permalink
chore: fixes to the self-hosted tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik committed Sep 20, 2024
1 parent 8283004 commit ffd497e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/quick-start-with-self-hosted-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ All the models support streaming.
docker compose up --abort-on-container-exit
```

> Keep in mind that a typical size of a lightweight Ollama model is around a few gigabytes. So it may take a few minutes _(or dozens of minutes)_ to download them on the first run depending on your Internet bandwidth.
> Keep in mind that a typical size of a lightweight Ollama model is around a few gigabytes. So it may take a few minutes _(or more)_ to download it on the first run, depending on your internet bandwidth and the size of the model you choose.
>
> The model is fully loaded once `ollama-setup` service prints `The Ollama server is up and running.`

Expand Down

0 comments on commit ffd497e

Please sign in to comment.