From: Georgi Gerganov Date: Sun, 3 Mar 2024 10:44:03 +0000 (+0200) Subject: readme : add API changes section X-Git-Tag: upstream/0.0.4488~2159 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=231ae28f078c3148d097b301f2145f1e3e816cc1;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add API changes section --- diff --git a/README.md b/README.md index 93964675..45c5d06f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others) in pure C/C++ +### Recent API changes + +- [2024 Mar 3] `struct llama_context_params` https://github.com/ggerganov/llama.cpp/pull/5849 + ### Hot topics - The `api_like_OAI.py` script has been removed - use `server` instead ([#5766](https://github.com/ggerganov/llama.cpp/issues/5766#issuecomment-1969037761))