From: Georgi Gerganov Date: Wed, 23 Aug 2023 20:44:19 +0000 (+0300) Subject: readme : fix link X-Git-Tag: gguf-v0.4.0~262 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=44d5462b5cddc1c5cbcd7647646f7b55b175b01f;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : fix link --- diff --git a/README.md b/README.md index 0328d60c..eebb1139 100644 --- a/README.md +++ b/README.md @@ -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)