Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
| Homebrew | | ✅ | ✅ |
| MacPorts | | ✅ | |
| Nix | | ✅ | ✅ |
| Apt | | | ✅ |

## Winget (Windows)

Expand Down Expand Up @@ -48,3 +49,11 @@ nix-env --file '<nixpkgs>' --install --attr llama-cpp
For non-flake enabled installs.

This expression is automatically updated within the [nixpkgs repo](https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/by-name/ll/llama-cpp/package.nix#L164).

## Apt (Debian Linux, Ubuntu...)

```sh
sudo apt install llama.cpp
```

See also: https://packages.debian.org/sid/llama.cpp