From: Georgi Gerganov Date: Wed, 22 Mar 2023 05:34:02 +0000 (+0200) Subject: Remove temporary notice and update hot topics X-Git-Tag: gguf-v0.4.0~1161 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=56817b1f882b1894daa4051d0de0bf9a0926d315;p=pkg%2Fggml%2Fsources%2Fllama.cpp Remove temporary notice and update hot topics --- diff --git a/README.md b/README.md index fa70499b..7c9a4bf4 100644 --- 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