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

Implement faster whisper #37

Merged
merged 4 commits into from
Sep 10, 2023
Merged

Implement faster whisper #37

merged 4 commits into from
Sep 10, 2023

Conversation

jhj0517
Copy link
Owner

@jhj0517 jhj0517 commented Sep 10, 2023

faster-whisper implemented from here

https://github.com/guillaumekln/faster-whisper

  • added new command line argument --disable_faster_whisper
  • I set the default transcribe action from openAI's to faster-whisper

My personal experience:
Transcription time of 30 minutes of audio file reduced from 4 minutes 8 seconds -> 3 minutes 53 seconds.
I only transcribed a 30 minutes audio file to compare but it's not much amount of reduction as I expected.
Probably it's efficient for reducing VRAM usage though.

@jhj0517 jhj0517 merged commit 38b33d5 into master Sep 10, 2023
@jhj0517 jhj0517 mentioned this pull request Sep 10, 2023
@jhj0517 jhj0517 deleted the implement_faster-whisper branch March 1, 2024 03:50
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

Successfully merging this pull request may close these issues.

1 participant