aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-03-16 07:12:12 +0200
committerGitHub <noreply@github.com>2023-03-16 07:12:12 +0200
commit273abc47ff9dd899b3c4f58acd19d4649e90d6b4 (patch)
treedfe70c6b15d4404b77dc945db4c29e829722d85b /README.md
parent9b4a15b17d8395eb075379b140fcd0b0283f4ef6 (diff)
Update hot topics - RMSnorm
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1f7e194..d43fc37 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +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
- 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