diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index 127e84532..00301d6e7 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -15,8 +15,11 @@ ollama run llama3.2:3b-instruct-fp16 --keepalive 60m By default, Ollama keeps the model loaded in memory for 5 minutes which can be too short. We set the `--keepalive` flag to 60 minutes to ensure the model remains loaded for sometime. -NOTE: If you do not have ollama, you can install it from [here](https://ollama.com/download). +```{admonition} Note +:class: tip +If you do not have ollama, you can install it from [here](https://ollama.com/download). +``` ### 2. Pick a client environment