From: Georgi Gerganov Date: Fri, 10 Mar 2023 21:53:11 +0000 (+0200) Subject: Update README.md X-Git-Tag: gguf-v0.4.0~1300 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8a01f565ff78cc6c0c5a9fa402787a2f179f2d78;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update README.md --- diff --git a/README.md b/README.md index f0919099..8103cf2c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Inference of [Facebook's LLaMA](https://github.com/facebookresearch/llama) model in pure C/C++ +**TEMPORARY NOTICE:** +If you observe garbage results, make sure to update to latest master. There was a bug and it was fixed here: https://github.com/ggerganov/llama.cpp/commit/70bc0b8b15b98dca23b28f0c8f5e34b27e424cda + ## Description The main goal is to run the model using 4-bit quantization on a MacBook.