You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
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
| Latest images from the branch (development) |`quay.io/go-skynet/local-ai:master-gpu-hipblas`|`localai/localai:master-gpu-hipblas`|
88
-
| Latest tag |`quay.io/go-skynet/local-ai:latest-gpu-hipblas`|`localai/localai:latest-gpu-hipblas`|
89
-
| Versioned image |`quay.io/go-skynet/local-ai:{{< version >}}-gpu-hipblas`|`localai/localai:{{< version >}}-gpu-hipblas`|
87
+
| Latest images from the branch (development) |`quay.io/go-skynet/local-ai:master-gpu-amd-rocm-6`|`localai/localai:master-gpu-amd-rocm-6`|
88
+
| Latest tag |`quay.io/go-skynet/local-ai:latest-gpu-amd-rocm-6`|`localai/localai:latest-gpu-amd-rocm-6`|
89
+
| Versioned image |`quay.io/go-skynet/local-ai:{{< version >}}-gpu-amd-rocm-6`|`localai/localai:{{< version >}}-gpu-amd-rocm-6`|
90
90
91
91
{{% /tab %}}
92
92
@@ -178,7 +178,7 @@ services:
178
178
179
179
**Models caching**: The **AIO** image will download the needed models on the first run if not already present and store those in `/models` inside the container. The AIO models will be automatically updated with new versions of AIO images.
180
180
181
-
You can change the directory inside the container by specifying a `MODELS_PATH` environment variable (or `--models-path`).
181
+
You can change the directory inside the container by specifying a `MODELS_PATH` environment variable (or `--models-path`).
182
182
183
183
If you want to use a named model or a local directory, you can mount it as a volume to `/models`:
0 commit comments