mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
Update quickstart.md
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
ee4f722bf8
commit
b76d2fe68a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user