]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add API changes section
authorGeorgi Gerganov <redacted>
Sun, 3 Mar 2024 10:44:03 +0000 (12:44 +0200)
committerGitHub <redacted>
Sun, 3 Mar 2024 10:44:03 +0000 (12:44 +0200)
README.md

index 9396467537c16ad7a255700dd560f7e61d20ee0f..45c5d06f3e10ec4e378436b8ae7bd24f7590fd5d 100644 (file)
--- 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))