You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model
importwhisperximportgcimportosos.environ['CUDA_VISIBLE_DEVICES'] ="2"device="cuda"audio_file="asr_example_zh.wav"batch_size=16# reduce if low on GPU memcompute_type="float16"# change to "int8" if low on GPU mem (may reduce accuracy)# 1. Transcribe with original whisper (batched)model=whisperx.load_model("/data/models/faster-whisper-large-v2", device, compute_type=compute_type, language='zh')
python
The text was updated successfully, but these errors were encountered:
How can the following questions be solved?
RuntimeError: Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model
The text was updated successfully, but these errors were encountered: