From 3875e5e0e52d63f50f7b7b24d21b4699c4e370da Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 9 Feb 2024 00:03:07 +0100 Subject: [PATCH] Update README.md Signed-off-by: Ettore Di Giacinto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab079a638683..fa875e5a1f1e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ If you want to help and contribute, issues up for grabs: https://github.com/mudl For a detailed step-by-step introduction, refer to the [Getting Started](https://localai.io/basics/getting_started/index.html) guide. For those in a hurry, here's a straightforward one-liner to launch a LocalAI instance with [phi-2](https://huggingface.co/microsoft/phi-2) using `docker`: ``` -docker run -ti -p 8080:8080 localai/localai:v2.5.1-ffmpeg-core phi-2 +docker run -ti -p 8080:8080 localai/localai:v2.7.0-ffmpeg-core phi-2 ``` ## 🚀 [Features](https://localai.io/features/)