|
43 | 43 |
|
44 | 44 | > :bulb: Get help - [❓FAQ](https://localai.io/faq/) [💭Discussions](https://github.com/go-skynet/LocalAI/discussions) [:speech_balloon: Discord](https://discord.gg/uJAeKSAGDy) [:book: Documentation website](https://localai.io/) |
45 | 45 | > |
46 | | -> [💻 Quickstart](https://localai.io/basics/getting_started/) [🖼️ Models](https://models.localai.io/) [🚀 Roadmap](https://github.com/mudler/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3Aroadmap) [🛫 Examples](https://github.com/mudler/LocalAI-examples) Try on |
| 46 | +> [💻 Quickstart](https://localai.io/basics/getting_started/) [🖼️ Models](https://models.localai.io/) [🚀 Roadmap](https://github.com/mudler/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3Aroadmap) [🛫 Examples](https://github.com/mudler/LocalAI-examples) Try on |
47 | 47 | [](https://t.me/localaiofficial_bot) |
48 | 48 |
|
49 | 49 | [](https://github.com/go-skynet/LocalAI/actions/workflows/test.yml)[](https://github.com/go-skynet/LocalAI/actions/workflows/release.yaml)[](https://github.com/go-skynet/LocalAI/actions/workflows/image.yml)[](https://github.com/go-skynet/LocalAI/actions/workflows/bump_deps.yaml)[](https://artifacthub.io/packages/search?repo=localai) |
@@ -131,10 +131,10 @@ For more installation options, see [Installer Options](https://localai.io/instal |
131 | 131 | Or run with docker: |
132 | 132 |
|
133 | 133 | > **💡 Docker Run vs Docker Start** |
134 | | -> |
| 134 | +> |
135 | 135 | > - `docker run` creates and starts a new container. If a container with the same name already exists, this command will fail. |
136 | 136 | > - `docker start` starts an existing container that was previously created with `docker run`. |
137 | | -> |
| 137 | +> |
138 | 138 | > If you've already run LocalAI before and want to start it again, use: `docker start -i local-ai` |
139 | 139 |
|
140 | 140 | ### CPU only image: |
@@ -163,7 +163,7 @@ docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-nv |
163 | 163 | ### AMD GPU Images (ROCm): |
164 | 164 |
|
165 | 165 | ```bash |
166 | | -docker run -ti --name local-ai -p 8080:8080 --device=/dev/kfd --device=/dev/dri --group-add=video localai/localai:latest-gpu-hipblas |
| 166 | +docker run -ti --name local-ai -p 8080:8080 --device=/dev/kfd --device=/dev/dri --group-add=video localai/localai:latest-gpu-amd-rocm-6 |
167 | 167 | ``` |
168 | 168 |
|
169 | 169 | ### Intel GPU Images (oneAPI): |
@@ -194,7 +194,7 @@ docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-ai |
194 | 194 | docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-gpu-intel |
195 | 195 |
|
196 | 196 | # AMD GPU version |
197 | | -docker run -ti --name local-ai -p 8080:8080 --device=/dev/kfd --device=/dev/dri --group-add=video localai/localai:latest-aio-gpu-hipblas |
| 197 | +docker run -ti --name local-ai -p 8080:8080 --device=/dev/kfd --device=/dev/dri --group-add=video localai/localai:latest-aio-gpu-amd-rocm-6 |
198 | 198 | ``` |
199 | 199 |
|
200 | 200 | For more information about the AIO images and pre-downloaded models, see [Container Documentation](https://localai.io/basics/container/). |
@@ -254,7 +254,7 @@ Roadmap items: [List of issues](https://github.com/mudler/LocalAI/issues?q=is%3A |
254 | 254 | - 🗣 [Text to Audio](https://localai.io/features/text-to-audio/) |
255 | 255 | - 🔈 [Audio to Text](https://localai.io/features/audio-to-text/) (Audio transcription with `whisper.cpp`) |
256 | 256 | - 🎨 [Image generation](https://localai.io/features/image-generation) |
257 | | -- 🔥 [OpenAI-alike tools API](https://localai.io/features/openai-functions/) |
| 257 | +- 🔥 [OpenAI-alike tools API](https://localai.io/features/openai-functions/) |
258 | 258 | - 🧠 [Embeddings generation for vector databases](https://localai.io/features/embeddings/) |
259 | 259 | - ✍️ [Constrained grammars](https://localai.io/features/constrained_grammars/) |
260 | 260 | - 🖼️ [Download Models directly from Huggingface ](https://localai.io/models/) |
@@ -362,7 +362,7 @@ Other: |
362 | 362 | - Github bot which answer on issues, with code and documentation as context https://github.com/JackBekket/GitHelper |
363 | 363 | - Github Actions: https://github.com/marketplace/actions/start-localai |
364 | 364 | - Examples: https://github.com/mudler/LocalAI/tree/master/examples/ |
365 | | - |
| 365 | + |
366 | 366 |
|
367 | 367 | ### 🔗 Resources |
368 | 368 |
|
|
0 commit comments