llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

platform independent script to verify sha256 checksums

Open KASR opened this issue 2 years ago • 2 comments

feat: add python script to verify the file hashes, the goal is to be platform independent

the output is a table with the filename, valid checksum (if the hash matches), and file missing (if the file is not found).

KASR avatar Apr 27 '23 07:04 KASR

There is no reason to overengineer the script with psutil. There is no reason not to read in chunks. Please keep the script simple.

prusnak avatar Apr 27 '23 14:04 prusnak

There is no reason to overengineer the script with psutil. There is no reason not to read in chunks. Please keep the script simple.

ok I've updated the script accordingly. the file is now always read in chunks.

KASR avatar Apr 27 '23 14:04 KASR