-
Notifications
You must be signed in to change notification settings - Fork 9.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
Document check sums of models so that we can confirm issues are not caused by bad downloads or conversion #238
Comments
LGTM!
|
FWIW just for 7B and 13B models (all are matching):
|
65B all are matching. |
Please either, pin this issue, or commit checklist.chk files like facebook did, or add this to a wiki page ... Because this should be the first thing in troubleshooting and needs to be accessible. :) edit: we also need to keep in mind, that over time the fileformat will change and so will the hashes... |
since the fileformat changed. this needs new info. |
Can somebody please do a quick scan and verify the following sha256 sums? I downloaded
|
* Add shadow ./model.sha256 dir containing a dir for each model and a corresponding checklist.sha256 containing sha256 sums of the *.pth *bin* and *json files * Add script chk_sha256sums.sh to walk user supplied ./models subdir and run sha256sum against above files to update checklist.sha256 for each model * Update README.md with corresponding instructions
PS C:\Users\d2> Get-FileHash D:\llama\backup\ggml-model-q4_0.bin Algorithm Hash Path SHA256 4E398F05842206E08CDC5E7BB4F6C7C34B9DC373435ECE6F261B14B7B4FE9B89 D:\llama\backup\ggml-model-q4... PS C:\Users\d2> Get-FileHash D:\llama\backup\ggml-model-q4_0.bin.1 Algorithm Hash Path SHA256 4C4E899E3B12D9F57C9DCEA5A1FB41BBC72023323535551F6273582CA7D7294B D:\llama\backup\ggml-model-q4... PS C:\Users\d2> Get-FileHash D:\llama\backup\ggml-model-q4_0.bin.2 Algorithm Hash Path SHA256 D7B4594BBBD192043B3DB0E5ACC2561C42E6944E1CB91CC6E61510EEE89DBCD8 D:\llama\backup\ggml-model-q4... PS C:\Users\d2> Get-FileHash D:\llama\backup\ggml-model-q4_0.bin.3 Algorithm Hash Path SHA256 9A099D271648863D923D0D097391EA0BC75591F27A2CA3A327760F42E6B69AF2 D:\llama\backup\ggml-model-q4... PS C:\Users\d2> Get-FileHash D:\llama\backup\ggml-model-q4_0.bin.4 Algorithm Hash Path SHA256 5EE474051E418C5732B7949190B084D9D679DB447F83C1DE0D2A82DAAA1A0CFA D:\llama\backup\ggml-model-q4... PS C:\Users\d2> Get-FileHash D:\llama\backup\ggml-model-q4_0.bin.5 Algorithm Hash Path SHA256 A45AA05E7212BD6782790722D68056C5419667EA6B564CCC94BBCB8111D79B8B D:\llama\backup\ggml-model-q4... PS C:\Users\d2> Get-FileHash D:\llama\backup\ggml-model-q4_0.bin.6 Algorithm Hash Path SHA256 A58FDA714B759C28AD5E4C1D8BF8FDA7B158FD5E4C4A49F851F36342FA97A105 D:\llama\backup\ggml-model-q4... PS C:\Users\d2> Get-FileHash D:\llama\backup\ggml-model-q4_0.bin.7 Algorithm Hash Path SHA256 A3540CFCBCDA33C223C6B0D606034ADBD78F17E0E5DE1582B78795E78754F7A8 D:\llama\backup\ggml-model-q4... |
Thanks. Can you just tell us which ones don't match? |
All of them have same hash. Your files are verified. |
Can someone please confirm the following md5 sums are correct? I regenerated them with the latest code.
Edit: File format has changed. Don’t use these collapsed weights!
The text was updated successfully, but these errors were encountered: