From: Georgi Gerganov Date: Sun, 19 Mar 2023 17:51:55 +0000 (+0200) Subject: Update hot topics to mention Alpaca support X-Git-Tag: gguf-v0.4.0~1207 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=160bfb217da5038ccbd74438f9f16a16012d7866;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update hot topics to mention Alpaca support --- diff --git a/README.md b/README.md index 65325fc7..504c1014 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ **Hot topics:** -- RMSNorm implementation / fixes: https://github.com/ggerganov/llama.cpp/issues/173 +- [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