summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-08-27 14:44:35 +0300
committerGitHub <noreply@github.com>2023-08-27 14:44:35 +0300
commitc48c5bb0b06385f6c708339188d2aaf2bc278477 (patch)
tree660b0bc9fcda81b886108a698f7b7a1697c0c8a2
parentd0cee0d36d5be95a0d9088b674dbb27354107221 (diff)
readme : update hot topics
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 95471fdb..f15a583b 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,10 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++
### Hot topics
+- ## IMPORTANT: Tokenizer fixes and API change (developers and projects using `llama.cpp` built-in tokenization must read): https://github.com/ggerganov/llama.cpp/pull/2810
+
+- ## GGUFv2 adds support for 64-bit sizes + backwards compatible: https://github.com/ggerganov/llama.cpp/pull/2821
+
- Added support for Falcon models: https://github.com/ggerganov/llama.cpp/pull/2717
- A new file format has been introduced: [GGUF](https://github.com/ggerganov/llama.cpp/pull/2398)