-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output is garbage in INT4 model in Mac M1 Max #15
Comments
It is the same for me on
|
Yup I got it to work
so it's confirmed, I think ggml is good as it is. if more and more features are stuffed into it, it would get bloated and slow. But things like this should be mentioned in readme, that's all. |
As a note for others running into this, you probably have reconvert and requantize your model between commits if you start getting this kind of output when you didn't previously: |
Improve long input truncation and add more verbose logging
llama.cpp chat example implementation
* Update README.md * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Jeremy Song <76689794+YixinSong-e@users.noreply.github.com>
I'm not sure if the tokenizer is here to blame or something else, I've quantized the 7B model and running on my Mac and the output of any prompt is just garbage.
Or is it due to the fact that quantization was done on x86 arch, but somehow the weights are saved in architecture specific format?
The text was updated successfully, but these errors were encountered: