From d6565f3b999e9dbadd76bc41dc25dcd1a1df43b8 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 31 Dec 2023 10:58:22 +0100 Subject: [PATCH] Update _index.en.md Signed-off-by: Ettore Di Giacinto --- docs/content/_index.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/_index.en.md b/docs/content/_index.en.md index a5d1c01d..81ebb773 100644 --- a/docs/content/_index.en.md +++ b/docs/content/_index.en.md @@ -36,10 +36,10 @@ In a nutshell: - Local, OpenAI drop-in alternative REST API. You own your data. - NO GPU required. NO Internet access is required either - - Optional, GPU Acceleration is available in `llama.cpp`-compatible LLMs. See also the [build section](https://localai.io/basics/build/index.html). + - Optional, GPU Acceleration is available. See also the [build section](https://localai.io/basics/build/index.html). - Supports multiple models - 🏃 Once loaded the first time, it keep models loaded in memory for faster inference -- ⚡ Doesn't shell-out, but uses C++ bindings for a faster inference and better performance. +- ⚡ Doesn't shell-out, but uses bindings for a faster inference and better performance. LocalAI is focused on making the AI accessible to anyone. Any contribution, feedback and PR is welcome!