You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
Inference of [Facebook's LLaMA](https://github.com/facebookresearch/llama) model in pure C/C++
4
4
5
+
**TEMPORARY NOTICE:**
6
+
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
7
+
5
8
## Description
6
9
7
10
The main goal is to run the model using 4-bit quantization on a MacBook.
0 commit comments