-
Notifications
You must be signed in to change notification settings - Fork 115
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 whisper quadlet, move whisper model-service, update docs #83
Conversation
61c2020
to
4619249
Compare
@MichaelClifford registry outage rn so tests are failing but ready for review (this PR isn't building any images) |
4619249
to
2b025b2
Compare
2b025b2
to
dd1fc7e
Compare
audio-to-text/README.md
Outdated
audio-to-text applications. It consists of two main components; the Model Service and the AI Application. | ||
|
||
There are a few options today for local Model Serving, but this recipe will use [`whisper-cpp`](https://github.com/ggerganov/whisper.cpp.git) | ||
and their OpenAI compatible Model Service. There is a Containerfile provided that can be used to build this Model Service within the repo, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this model uses an OpenAI compatible API.
https://platform.openai.com/docs/api-reference/audio/createTranscription?lang=curl
We can probably just say, "and their included model server"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Co-authored-by: Michael Clifford <[email protected]>
Co-authored-by: Michael Clifford <[email protected]>
Co-authored-by: Michael Clifford <[email protected]>
Co-authored-by: Michael Clifford <[email protected]>
Thanks @sallyom |
@MichaelClifford ptal