From: Georgi Gerganov Date: Wed, 13 Dec 2023 12:05:38 +0000 (+0200) Subject: readme : update hot topics X-Git-Tag: upstream/0.0.4488~2857 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=113f9942fc73a262c85e9dcf7c2ea7336250bba0;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : update hot topics --- diff --git a/README.md b/README.md index ce026b8d..014a37c8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ ### Hot topics +- Added Mixtral support: https://github.com/ggerganov/llama.cpp/pull/4406 - **llama.h API change for handling KV cache offloading and data type: https://github.com/ggerganov/llama.cpp/pull/4309** - Using `llama.cpp` with AWS instances: https://github.com/ggerganov/llama.cpp/discussions/4225 - Looking for contributions to improve and maintain the `server` example: https://github.com/ggerganov/llama.cpp/issues/4216