diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-08-27 15:52:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 15:52:34 +0300 |
commit | da7455d0467b5f5cc2e45d0dcffaf098df13db63 (patch) | |
tree | ec081e00ee54208990d6649565c022f3f9fbcf01 /README.md | |
parent | 25423e9185b7c2a1881ed8f85cc752a12370be9d (diff) |
readme : fix headings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,9 +11,9 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ ### Hot topics -- ## IMPORTANT: Tokenizer fixes and API change (developers and projects using `llama.cpp` built-in tokenization must read): https://github.com/ggerganov/llama.cpp/pull/2810 +- #### IMPORTANT: Tokenizer fixes and API change (developers and projects using `llama.cpp` built-in tokenization must read): https://github.com/ggerganov/llama.cpp/pull/2810 -- ## GGUFv2 adds support for 64-bit sizes + backwards compatible: https://github.com/ggerganov/llama.cpp/pull/2821 +- GGUFv2 adds support for 64-bit sizes + backwards compatible: https://github.com/ggerganov/llama.cpp/pull/2821 - Added support for Falcon models: https://github.com/ggerganov/llama.cpp/pull/2717 |