diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-24 09:13:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 09:13:35 +0200 |
commit | b6b268d4415fd3b3e53f22b6619b724d4928f713 (patch) | |
tree | 24f8b030f7b69e25eb5c0fde484510263b8a306e | |
parent | 3cd8dde0d1357b7f11bdd25c45d5bf5e97e284a0 (diff) |
Add link to Roadmap discussion
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |