| Install via | Windows | Mac | Linux |
|---|---|---|---|
| conda-forge | ✅ | ✅ | ✅ |
| Winget | ✅ | ||
| Homebrew | ✅ | ✅ | |
| MacPorts | ✅ | ||
| Nix | ✅ | ✅ |
conda-forge provides builds for:
- CUDA (Windows and Linux)
- Vulkan (Windows and Linux)
- Apple Metal (macOS)
conda install -c conda-forge llama-cppmamba install -c conda-forge llama-cpp# Project-local installation
pixi add llama-cpp
# Global installation
pixi global install llama-cppThis distribution is managed on conda-forge/llama-cpp-feedstock.
Shall you have any problems, please open an issue on its issue tracker.
winget install llama.cppThe package is automatically updated with new llama.cpp releases. More info: ggml-org#8188
brew install llama.cppThe formula is automatically updated with new llama.cpp releases. More info: ggml-org#7668
sudo port install llama.cppSee also: https://ports.macports.org/port/llama.cpp/details/
nix profile install nixpkgs#llama-cppFor flake enabled installs.
Or
nix-env --file '<nixpkgs>' --install --attr llama-cppFor non-flake enabled installs.
This expression is automatically updated within the nixpkgs repo.