]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add Conan badge (#7638)
authorMartin Delille <redacted>
Thu, 30 May 2024 12:52:50 +0000 (14:52 +0200)
committerGitHub <redacted>
Thu, 30 May 2024 12:52:50 +0000 (15:52 +0300)
README.md

index 29d6c1cb2b4a32c703238b73bc515ac66d04f09c..ea7099d01841b69ce10c21848e1694a3edf914b1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@
 
 [Roadmap](https://github.com/users/ggerganov/projects/7) / [Project status](https://github.com/ggerganov/llama.cpp/discussions/3471) / [Manifesto](https://github.com/ggerganov/llama.cpp/discussions/205) / [ggml](https://github.com/ggerganov/ggml)
 
+[![Conan Center](https://shields.io/conan/v/llama-cpp)](https://conan.io/center/llama-cpp)
+
 Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others) in pure C/C++
 
 ### Recent API changes