]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs: Adapt conda-forge package name (#26229)
authorJulien Jerphanion <redacted>
Tue, 28 Jul 2026 14:51:20 +0000 (16:51 +0200)
committerGitHub <redacted>
Tue, 28 Jul 2026 14:51:20 +0000 (16:51 +0200)
Co-authored-by: dev-tinker <redacted>
docs/install.md

index 7198e61bf35bdeaedeb0095bac8eb66f3bed62f3..b36b0be2673617a08ed4c0fa49d9da34fa7d5479 100644 (file)
@@ -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).