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

Add support for OpenAi Whisper Model #19

Open
bezaleel22 opened this issue Feb 22, 2024 · 4 comments
Open

Add support for OpenAi Whisper Model #19

bezaleel22 opened this issue Feb 22, 2024 · 4 comments

Comments

@bezaleel22
Copy link

I appreciate your work on this, can support for OpenAi Whisper Model be added. I'm new to rust and cxx, I can create a PR so you review and correct if you don't mind.

I want to use this library for a project but I need the whisper bindings

@jkawamoto
Copy link
Owner

Sorry for my late reply. Since I’ve been busy recently, I might be unable to add support for Whisper Models, but any PRs are welcome.

@thewh1teagle
Copy link

I'm also looking for using whisper with ctranslate2 in Rust.
It should work 2/3x times faster than whisper.cpp
Does the bindings ready or need to write them?
That's why I asked about integration bindgen so we can easily access whole ctranslate2 functions

@jkawamoto
Copy link
Owner

Perhaps I can add StorageView and models.Whisper, but I’m not sure if that’s enough. This example uses transformers as the preprocessor, which is not available in Rust. Do you happen to know of an alternative preprocessor in Rust?

@thewh1teagle
Copy link

Do you happen to know of an alternative preprocessor in Rust?

I'm not aware of one, but perhaps tch-rs might be capable of doing it.

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