Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model #689

Open
White-Friday opened this issue Feb 5, 2024 · 1 comment

Comments

@White-Friday
Copy link

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

import whisperx
import gc
import os
os.environ['CUDA_VISIBLE_DEVICES'] = "2"

device = "cuda"
audio_file = "asr_example_zh.wav"
batch_size = 16 # reduce if low on GPU mem
compute_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
@abhi2596
Copy link

abhi2596 commented Feb 7, 2024

#449 same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants