diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-22 07:34:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 07:34:02 +0200 |
commit | 56817b1f882b1894daa4051d0de0bf9a0926d315 (patch) | |
tree | ddd708706abfc45db4a3d2ee01f9d81e46319b4d | |
parent | f5a77a629bd0f37ae1696747633ab42a5530ec15 (diff) |
Remove temporary notice and update hot topics
-rw-r--r-- | README.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 |