From 8477e8fac39641fcb6adda9ae02392ac97bfd4e4 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 28 Mar 2024 18:28:30 +0100 Subject: [PATCH] Update quickstart.md Signed-off-by: Ettore Di Giacinto --- docs/content/docs/getting-started/quickstart.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/docs/getting-started/quickstart.md b/docs/content/docs/getting-started/quickstart.md index ff05afaf1474..716fe1546522 100644 --- a/docs/content/docs/getting-started/quickstart.md +++ b/docs/content/docs/getting-started/quickstart.md @@ -89,9 +89,9 @@ services: For a list of all the container-images available, see [Container images]({{%relref "docs/reference/container-images" %}}). To learn more about All-in-one images instead, see [All-in-one Images]({{%relref "docs/reference/aio-images" %}}). -{{% alert icon="💡 Models caching" %}} +{{% alert icon="💡" %}} -The **AIO** image will download the needed models on the first run if not already present and store those in `/build/models` inside the container. The AIO models will be automatically updated with new versions of AIO images. +**Models caching**: The **AIO** image will download the needed models on the first run if not already present and store those in `/build/models` inside the container. The AIO models will be automatically updated with new versions of AIO images. You can change the directory inside the container by specifying a `MODELS_PATH` environment variable (or `--models-path`). @@ -104,7 +104,7 @@ docker run -p 8080:8080 --name local-ai -ti -v $PWD/models:/build/models localai or associate a volume: ```bash -docker create volume localai-models +docker volume create localai-models docker run -p 8080:8080 --name local-ai -ti -v localai-models:/build/models localai/localai:latest-aio-cpu ``` @@ -298,4 +298,4 @@ Explore further resources and community contributions: - [Run other models]({{%relref "docs/getting-started/run-other-models" %}}) - [Container images]({{%relref "docs/reference/container-images" %}}) - [All-in-one Images]({{%relref "docs/reference/aio-images" %}}) -- [Examples](https://github.com/mudler/LocalAI/tree/master/examples#examples) \ No newline at end of file +- [Examples](https://github.com/mudler/LocalAI/tree/master/examples#examples)