]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Fri, 10 Mar 2023 21:53:11 +0000 (23:53 +0200)
committerGitHub <redacted>
Fri, 10 Mar 2023 21:53:11 +0000 (23:53 +0200)
README.md

index f091909901e169502aaea6372ca0fc750154443f..8103cf2cabe7e9d75d3670188f71dc128f0e2b0d 100644 (file)
--- 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.