检查SHA256
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
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