-
Notifications
You must be signed in to change notification settings - Fork 50
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
Turbo-V3 #35
Comments
Try using "deepdml/faster-whisper-large-v3-turbo-ct2" as a model name |
@Nik-Kras this implementation preloads the model weights on docker image from the original weights. Doesn't work only by setting the name though. |
You could include the following code in: from huggingface_hub import snapshot_download
repo_id = "deepdml/faster-whisper-large-v3-turbo-ct2"
local_dir = "faster-whisper-large-v3-turbo-ct2"
snapshot_download(repo_id=repo_id, local_dir=local_dir, repo_type="model") |
It seems we'll need to wait until the upstream project SYSTRAN/faster-whisper#1030 is updated with Turbo and published on https://pypi.org/project/faster-whisper/. Only then will this feature become available. |
Openai released Whisper Turbo V3. Can we get on this worker?
SYSTRAN/faster-whisper#1025
The text was updated successfully, but these errors were encountered: