diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-03-03 12:44:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 12:44:03 +0200 |
commit | 231ae28f078c3148d097b301f2145f1e3e816cc1 (patch) | |
tree | d62d29bdd5592cac1ba87fd0803eec9f34718a31 | |
parent | 475df1d6cf817060028d3ff763cb8097d4ec40d6 (diff) |
readme : add API changes section
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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)) |