-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Update IPFS links to quantized alpaca with new tokenizer format #352
Conversation
its actually v1 now. but the magic changed to ggmf :) |
@antimatter15 I included sha256 checksums for the alpaca 7B, 13B and 30B models in pull request #338, but I suspect I have the old models. Do we have a standardized naming convention for the alpaca model subdirs and model names that is consistent with the llama model dir and file names? |
How does one determine the version of a model? I ran |
the first couple of bytes are the magic (in little endian, so reversed) + a version byte llama.cpp/convert-pth-to-ggml.py Lines 70 to 71 in 2e664f1
(the comment there is out of date, its ggmf now) before it was just the ggml magic bytes and no version id. (just open any hex editor and check the first 4+1 bytes) the |
Thanks! Would be useful to add links and instructions for the bigger Alpaca models as well |
FYI @antimatter15 I'd like to provide sha256 sums for #238 for the alpaca models, if we're going to support them.
|
Ok, so it looks like these alpaca models are not with the latest tokenizer from #252 . |
…#352) * Hide unavailable backends & Add tooltip over backend count Hides unavailable backends from the user and if the program is launched without any backends made, it shows an error message to them stating no backends were found and to make them using the 'make' command Add tooltip when hovering over backend count label hovering over the new label that shows the backend count will explain what the numbers are, and show the users which backends are not available or built * add some code comments * hide "missing" if all are built move tooltip functions to helper functions section. hides the string "Missing: ..." from showing if all backends are available " if len(runopts)==6 else + " * small typo fix * remove wrongly added leftover device choosing code * fix labels * move tooltip to function --------- Co-authored-by: Concedo <39025047+LostRuins@users.noreply.github.com>
No description provided.