]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Update hot topics to mention Alpaca support
authorGeorgi Gerganov <redacted>
Sun, 19 Mar 2023 17:51:55 +0000 (19:51 +0200)
committerGitHub <redacted>
Sun, 19 Mar 2023 17:51:55 +0000 (19:51 +0200)
README.md

index 65325fc7f260dedb5a71124fdefc5e8ec5230ef9..504c1014b8e78a73345bc24885103a8b9b46ff99 100644 (file)
--- 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