diff options
author | Martin Delille <martin@delille.org> | 2024-05-30 17:07:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 01:07:39 +1000 |
commit | 5dcdf946764fae49a8e2a90bf2f0960bde1c44e8 (patch) | |
tree | 3a4190c56b93d632d75e663ef4e87a593fe5d29b | |
parent | 2e2340de1740b07f2418c04792607387d4dc1442 (diff) |
Fix conan badge display [no ci] (#7645)
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,12 +2,12 @@  -[](https://opensource.org/licenses/MIT) [](https://github.com/ggerganov/llama.cpp/actions/workflows/server.yml) +[](https://opensource.org/licenses/MIT) +[](https://github.com/ggerganov/llama.cpp/actions/workflows/server.yml) +[](https://conan.io/center/llama-cpp) [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) -[](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 |