diff options
author | Rune <43761327+Rune-AI@users.noreply.github.com> | 2024-02-14 16:15:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 17:15:49 +0200 |
commit | 594fca3fefe27b8e95cfb1656eb0e160ad15a793 (patch) | |
tree | b5f4cdb02895152fff271f5ec732db4f5b028301 | |
parent | ccbb277f4642fc0d84c72dbc0d51ed2df418d6ce (diff) |
readme : fix typo (#5490)
executabhle -> executable
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |