diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-10-04 16:50:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 16:50:44 +0300 |
commit | beabc8cfb0145b48aad68fefc573d316fe9c3a8a (patch) | |
tree | 001db7628f71184f1c4eaf80ffa73bd0846829a4 | |
parent | 0d152b37fecd5a4838330d47bb034cebf1681779 (diff) |
readme : add project status link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ [](https://github.com/ggerganov/llama.cpp/actions) [](https://opensource.org/licenses/MIT) -[Roadmap](https://github.com/users/ggerganov/projects/7) / [Manifesto](https://github.com/ggerganov/llama.cpp/discussions/205) / [ggml](https://github.com/ggerganov/ggml) +[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) Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ |