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
You haven't quantized the ./models/13B/ggml-model-q4_0.bin.1 part of the model.
See the Readme - larger models produce several parts, each stored in a separate file with an integer suffix. At the moment, you need to quantize these parts individually
* first pass in lookahead mostly working
* New Tokenizer
Bugfixes
Switch to GGCC format
Bugfixes
* linux json parsing hotfix
cleanup on warnings
---------
Co-authored-by: John <[email protected]>
Hello,
I was playing with this trying to get it to work, but couldn't get the model to load. I used these instructions on my MBP M1 for the 13B model:
https://til.simonwillison.net/llms/llama-7b-m2
I get a "unknown tensor" error as shown:
Any suggestions would be great! Thanks for working on this I'm excited to get it running.
The text was updated successfully, but these errors were encountered: