mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-29 06:54:59 +00:00
Update overview.md
This commit is contained in:
parent
099bd54ff2
commit
70c4f110a4
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ Start the image with Docker to have a functional clone of OpenAI! 🚀:
|
||||||
docker run -p 8080:8080 --name local-ai -ti localai/localai:latest-aio-cpu
|
docker run -p 8080:8080 --name local-ai -ti localai/localai:latest-aio-cpu
|
||||||
# Do you have a Nvidia GPUs? Use this instead
|
# Do you have a Nvidia GPUs? Use this instead
|
||||||
# CUDA 11
|
# CUDA 11
|
||||||
# docker run -p 8080:8080 --gpus all --name local-ai -ti localai/localai:latest-aio-gpu-cuda-11
|
# docker run -p 8080:8080 --gpus all --name local-ai -ti localai/localai:latest-aio-gpu-nvidia-cuda-11
|
||||||
# CUDA 12
|
# CUDA 12
|
||||||
# docker run -p 8080:8080 --gpus all --name local-ai -ti localai/localai:latest-aio-gpu-cuda-12
|
# docker run -p 8080:8080 --gpus all --name local-ai -ti localai/localai:latest-aio-gpu-nvidia-cuda-12
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [💻 Quickstart](https://localai.io/basics/getting_started/) for all the options and way you can run LocalAI!
|
See the [💻 Quickstart](https://localai.io/basics/getting_started/) for all the options and way you can run LocalAI!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue