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

Turbo-V3 #35

Open
dudztroyer opened this issue Oct 1, 2024 · 3 comments
Open

Turbo-V3 #35

dudztroyer opened this issue Oct 1, 2024 · 3 comments

Comments

@dudztroyer
Copy link

Openai released Whisper Turbo V3. Can we get on this worker?

SYSTRAN/faster-whisper#1025

@Nik-Kras
Copy link

Nik-Kras commented Oct 1, 2024

Try using "deepdml/faster-whisper-large-v3-turbo-ct2" as a model name

@dudztroyer
Copy link
Author

@Nik-Kras this implementation preloads the model weights on docker image from the original weights. Doesn't work only by setting the name though.

@asr-lord
Copy link

asr-lord commented Oct 3, 2024

You could include the following code in:
https://github.com/runpod-workers/worker-faster_whisper/blob/main/builder/fetch_models.py

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")

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

3 participants