检查SHA256

悟透 / 2023-09-06 / 原文

In MacOS:

shasum -a 256 your-model-file


In Linux:

sha256sum your-model-file


In Windows:

certutil -hashfile your-model-file sha256


--
来源、参考;
https://github.com/ymcui/Chinese-LLaMA-Alpaca/blob/main/SHA256.md