]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Remove temporary notice and update hot topics
authorGeorgi Gerganov <redacted>
Wed, 22 Mar 2023 05:34:02 +0000 (07:34 +0200)
committerGitHub <redacted>
Wed, 22 Mar 2023 05:34:02 +0000 (07:34 +0200)
README.md

index fa70499b46e8a51761b0f121cb451e246cd9405b..7c9a4bf49dfe1ee8b7793ee4aa5cb101f8500ce2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,17 +5,9 @@
 
 Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++
 
----
-
-**TEMPORARY NOTICE:**
-Big code change incoming: https://github.com/ggerganov/llama.cpp/pull/370
-
-Do not merge stuff until we merge this. Probably merge will happen on March 22 ~6:00am UTC
-
----
-
 **Hot topics:**
 
+- 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