From: Georgi Gerganov Date: Sun, 27 Aug 2023 12:52:34 +0000 (+0300) Subject: readme : fix headings X-Git-Tag: gguf-v0.4.0~215 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=da7455d0467b5f5cc2e45d0dcffaf098df13db63;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : fix headings --- diff --git a/README.md b/README.md index f15a583b..bf3eb0b7 100644 --- a/README.md +++ b/README.md @@ -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