]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Add link to Roadmap discussion
authorGeorgi Gerganov <redacted>
Fri, 24 Mar 2023 07:13:35 +0000 (09:13 +0200)
committerGitHub <redacted>
Fri, 24 Mar 2023 07:13:35 +0000 (09:13 +0200)
README.md

index ee8dc1dcb0e10b129023d8ba011a9f917453d965..06799b5b3e8252e2772b3eee8eb418930436c5b4 100644 (file)
--- 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