how to install language models - medium model in my case on Mac M1 - without getting "SHA256 checksum does not match" ? #2155
-
The file upload up till 459 mb every time then I get the error. I've seen other post about this error, but no solutions were identified. One person said they just restarted something and the issue resolved it self. Any help ? small.pt exists, but the SHA256 checksum does not match; re-downloading the file |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Try delete |
Beta Was this translation helpful? Give feedback.
It's working now thanks man.
remove the small.pt from file using cd ~/.cache/whisper then rm small.pt
download the correct small.pt file from (
whisper/whisper/__init__.py
Line 17 in ba3f3cd
copy the download small.pt file into the whisper cache. cp /Users/xxx/Downloads/small.pt ~/.cache/whisper/
Thanks again bro.