From: Julien Jerphanion Date: Tue, 28 Jul 2026 14:51:20 +0000 (+0200) Subject: docs: Adapt conda-forge package name (#26229) X-Git-Tag: upstream/0.0.10438~270 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ad77bd31a609f3117ebc1754ac278ff38975725c;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs: Adapt conda-forge package name (#26229) Co-authored-by: dev-tinker --- diff --git a/docs/install.md b/docs/install.md index 7198e61bf..b36b0be26 100644 --- a/docs/install.md +++ b/docs/install.md @@ -16,22 +16,22 @@ conda-forge provides builds for: - Apple Metal (macOS) ```sh -conda install -c conda-forge llama-cpp +conda install -c conda-forge llama.cpp ``` ```sh -mamba install -c conda-forge llama-cpp +mamba install -c conda-forge llama.cpp ``` ```sh # Project-local installation -pixi add llama-cpp +pixi add llama.cpp # Global installation -pixi global install llama-cpp +pixi global install llama.cpp ``` -This distribution is managed on [`conda-forge/llama-cpp-feedstock`](https://github.com/conda-forge/llama.cpp-feedstock/). +This distribution is managed on [`conda-forge/llama.cpp-feedstock`](https://github.com/conda-forge/llama.cpp-feedstock/). Shall you have any problems, please open an issue on [its issue tracker](https://github.com/conda-forge/llama.cpp-feedstock/issues).