We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f7acc commit 40c426aCopy full SHA for 40c426a
README.md
@@ -32,7 +32,7 @@ Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others)
32
33
Getting started with llama.cpp is straightforward. Here are several ways to install it on your machine:
34
35
-- **⭐ Recommended**: Install `llama.cpp` using [brew, nix or winget](docs/install.md)
+- Install `llama.cpp` using [brew, nix or winget](docs/install.md)
36
- Run with Docker - see our [Docker documentation](docs/docker.md)
37
- Download pre-built binaries from the [releases page](https://github.com/ggml-org/llama.cpp/releases)
38
- Build from source by cloning this repository - check out [our build guide](docs/build.md)
0 commit comments