diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-08-23 23:44:19 +0300 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-08-23 23:44:19 +0300 |
commit | 44d5462b5cddc1c5cbcd7647646f7b55b175b01f (patch) | |
tree | 8caf3d06c7af5644bb970dff5ebd0ba9ea30da7d | |
parent | c7868b075377c8c3fa916ea7c1aca600f44bed55 (diff) |
readme : fix link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ ### Hot topics -- Added support for Falcon models: https://github.com/ggerganov/llama.cpp/pull/2717#issuecomment-1690568032 +- Added support for Falcon models: https://github.com/ggerganov/llama.cpp/pull/2717 - A new file format has been introduced: [GGUF](https://github.com/ggerganov/llama.cpp/pull/2398) |