c:\program files\python38\lib\site-packages\whisper\__init__.py:48: UserWarning: C:\Users\Administrator\.cache\whisper\small.pt exists, but the SHA256 checksum does not match; re-downloading the filewarnings.warn(f"{download_target} exists, but the SHA256 checksum does not match; re-down...
but the SHA256 checksum does not match; re-downloading the file warnings.warn(f"{download_target} exists, but the SHA256 checksum does not match; re-downloading
() if hashlib.sha256(model_bytes).hexdigest() == expected_sha256: return model_bytes if in_memory else download_target else: warnings.warn( f"{download_target} exists, but the SHA256 checksum does not match; re-downloading the file" ) with urllib.request.urlopen(url) as source, open(...
Then in the future you will have SHA256 model checksum issues: RuntimeError: Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model. Then you have to delete the models in~/.cache/torchand it will run fine. Unsure what the workaround is if ...
Administrator@AUTOBVT-Q90417J MINGW64 ~/Desktop/新建文件夹 $ whisper audio.mp3 c:\program files\python38\lib\site-packages\whisper\__init__.py:48: UserWarning: C:\Users\Administrator\.cache\whisper\small.pt exists, but the SHA256 checksum does not match; re-downloading the file warnings.wa...
if not buffer: break output.write(buffer) loop.update(len(buffer)) model_bytes = open(download_target, "rb").read() if hashlib.sha256(model_bytes).hexdigest() != expected_sha256: raise RuntimeError("Model has been downloaded but the SHA256 checksum does not not match. Please retry lo...
Actions Projects Security Insights Additional navigation options Files main .github figures whisperx assets SubtitlesProcessor.py __init__.py __main__.py alignment.py asr.py audio.py conjunctions.py diarize.py transcribe.py types.py utils.py ...