]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : fix typo (#5490)
authorRune <redacted>
Wed, 14 Feb 2024 15:15:49 +0000 (16:15 +0100)
committerGitHub <redacted>
Wed, 14 Feb 2024 15:15:49 +0000 (17:15 +0200)
executabhle -> executable

README.md

index 0b4efdd33395d0b6d5f26ea0d77eeaea6c2ae2a3..0c4ee5a27470a940aa54ea252f565dbe7b4e92c7 100644 (file)
--- 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: