Skip to content

Commit c7f7acc

Browse files
committed
rm flox
1 parent 621b3d5 commit c7f7acc

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others)
3232

3333
Getting started with llama.cpp is straightforward. Here are several ways to install it on your machine:
3434

35-
- **⭐ Recommended**: Install `llama.cpp` using [brew, flox, nix or winget](docs/install.md)
35+
- **⭐ Recommended**: Install `llama.cpp` using [brew, nix or winget](docs/install.md)
3636
- Run with Docker - see our [Docker documentation](docs/docker.md)
3737
- Download pre-built binaries from the [releases page](https://github.com/ggml-org/llama.cpp/releases)
3838
- Build from source by cloning this repository - check out [our build guide](docs/build.md)

docs/install.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
| Homebrew | |||
77
| MacPorts | || |
88
| Nix | |||
9-
| Flox | |||
109

1110
## Winget (Windows)
1211

@@ -49,13 +48,3 @@ nix-env --file '<nixpkgs>' --install --attr llama-cpp
4948
For non-flake enabled installs.
5049

5150
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).
52-
53-
## Flox (Mac and Linux)
54-
55-
Flox can be used to install llama.cpp within a Flox environment via
56-
57-
```sh
58-
flox install llama-cpp
59-
```
60-
61-
Flox follows the nixpkgs build of llama.cpp.

0 commit comments

Comments
 (0)