From: Georgi Gerganov Date: Fri, 24 Mar 2023 07:13:35 +0000 (+0200) Subject: Add link to Roadmap discussion X-Git-Tag: gguf-v0.4.0~1131 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b6b268d4415fd3b3e53f22b6619b724d4928f713;p=pkg%2Fggml%2Fsources%2Fllama.cpp Add link to Roadmap discussion --- diff --git a/README.md b/README.md index ee8dc1dc..06799b5b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ **Hot topics:** +- [Roadmap (short-term)](https://github.com/ggerganov/llama.cpp/discussions/457) - New C-style API is now available: https://github.com/ggerganov/llama.cpp/pull/370 -- [Added Alpaca support](https://github.com/ggerganov/llama.cpp#instruction-mode-with-alpaca) - Cache input prompts for faster initialization: https://github.com/ggerganov/llama.cpp/issues/64 - Create a `llama.cpp` logo: https://github.com/ggerganov/llama.cpp/issues/105