From: Rune Date: Wed, 14 Feb 2024 15:15:49 +0000 (+0100) Subject: readme : fix typo (#5490) X-Git-Tag: upstream/0.0.4488~2337 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=594fca3fefe27b8e95cfb1656eb0e160ad15a793;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : fix typo (#5490) executabhle -> executable --- diff --git a/README.md b/README.md index 0b4efdd3..0c4ee5a2 100644 --- a/README.md +++ b/README.md @@ -958,7 +958,7 @@ We have three Docker images available for this project: 1. `ghcr.io/ggerganov/llama.cpp:full`: This image includes both the main executable file and the tools to convert LLaMA models into ggml and convert into 4-bit quantization. (platforms: `linux/amd64`, `linux/arm64`) 2. `ghcr.io/ggerganov/llama.cpp:light`: This image only includes the main executable file. (platforms: `linux/amd64`, `linux/arm64`) -3. `ghcr.io/ggerganov/llama.cpp:server`: This image only includes the server executabhle file. (platforms: `linux/amd64`, `linux/arm64`) +3. `ghcr.io/ggerganov/llama.cpp:server`: This image only includes the server executable file. (platforms: `linux/amd64`, `linux/arm64`) Additionally, there the following images, similar to the above: