docs: Adapt conda-forge package name (#26229)

Co-authored-by: dev-tinker <dev-tinker@users.noreply.github.com>
This commit is contained in:
Julien Jerphanion
2026-07-28 16:51:20 +02:00
committed by GitHub
co-authored by dev-tinker
parent ee3d1b54c1
commit ad77bd31a6
+5 -5
View File
@@ -16,22 +16,22 @@ conda-forge provides builds for:
- Apple Metal (macOS) - Apple Metal (macOS)
```sh ```sh
conda install -c conda-forge llama-cpp conda install -c conda-forge llama.cpp
``` ```
```sh ```sh
mamba install -c conda-forge llama-cpp mamba install -c conda-forge llama.cpp
``` ```
```sh ```sh
# Project-local installation # Project-local installation
pixi add llama-cpp pixi add llama.cpp
# Global installation # 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). Shall you have any problems, please open an issue on [its issue tracker](https://github.com/conda-forge/llama.cpp-feedstock/issues).