Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very interesting project here! But what is going on? OpenAi developed a speech recognition model named Whisper, currently Whisper-3. And ggerganov turns it into it's own machine learning model named ggml written in C++? And whisper.cpp enables the usage this ggml model with a C-style API and specific platform development like Cuda on Linux? If so, where is the link/integration with the whisper model from OpenAi (https://github.com/openai/whisper) within the whisper.cpp project?
Finally: Does this ggml model support all the languages like the Whisper-3 model (English, Spanish, ...)
Beta Was this translation helpful? Give feedback.
All reactions