diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-19 19:51:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 19:51:55 +0200 |
commit | 160bfb217da5038ccbd74438f9f16a16012d7866 (patch) | |
tree | 91c55386fd5317eab36ee9bf8f28bb59a4f3ba9e | |
parent | c494ed5b94b429d3d73721235e78c9f5fa6e5652 (diff) |
Update hot topics to mention Alpaca support
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ **Hot topics:** -- RMSNorm implementation / fixes: https://github.com/ggerganov/llama.cpp/issues/173 +- [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 |