From b76d2fe68a944784cd619bc469b9bf3a0047f16d Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 24 May 2024 09:02:59 +0200 Subject: [PATCH] Update quickstart.md Signed-off-by: Ettore Di Giacinto --- .../docs/getting-started/quickstart.md | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/content/docs/getting-started/quickstart.md b/docs/content/docs/getting-started/quickstart.md index d4d9d7da..0c964eb0 100644 --- a/docs/content/docs/getting-started/quickstart.md +++ b/docs/content/docs/getting-started/quickstart.md @@ -120,24 +120,14 @@ LocalAI is available as a standalone binary as well. Binaries are compiled for L You can check out the releases in https://github.com/mudler/LocalAI/releases. -{{< tabs tabTotal="2" >}} -{{% tab tabName="Linux" %}} -| CPU flagset | Link | -| --- | --- | -| avx2 | [Download](https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-avx2-Linux-x86_64) | -| avx512 | [Download](https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-avx512-Linux-x86_64) | -| avx | [Download](https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-avx-Linux-x86_64) | -{{% /tab %}} -{{% tab tabName="MacOS" %}} -| CPU flagset | Link | -| --- | --- | -| avx2 | [Download](https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-avx2-Darwin-arm64) | -| avx512 | [Download](https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-avx512-Darwin-arm64) | -| avx | [Download](https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-avx-Darwin-arm64) | -{{% /tab %}} +| OS | Link | +| --- | --- | +| Linux (CUDA 11) | [Download](https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-cuda11-Linux-x86_64) | +| Linux (CUDA 12) | [Download](https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-cuda12-Linux-x86_64) | +| Linux (No GPU) | [Download](https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-Linux-x86_64) | +| MacOS | [Download](https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-Darwin-arm64) | -{{< /tabs >}} ## Try it out