From: Martin Delille Date: Thu, 30 May 2024 12:52:50 +0000 (+0200) Subject: readme : add Conan badge (#7638) X-Git-Tag: upstream/0.0.4488~1439 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7846540bd291e52cd4eee53882315760e05239be;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add Conan badge (#7638) --- diff --git a/README.md b/README.md index 29d6c1cb..ea7099d0 100644 --- 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