Bjarke Viksøe
Bjarke Viksøe
For info, the feature already exists in the library. But currently only the `lsp` example sets the `suppress_non_speech_tokens` parameter. Granted, it would be nice if the `stream` example exposed this...
The OpenAI Whisper model can currently only translate to English. The language input parameter will be the source language it tries to do speech-to-text conversion on. It will transcribe a...
@thewh1teagle > how did you found that problem? If you uncomment the line https://github.com/ggerganov/whisper.cpp/blob/c118733a29ad4a984015a5c08fd585086d01087a/src/whisper.cpp#L142 you compile with extended debug trace. Then you should be able to see that the model...
@manumaan Most likely unrelated to this PR as it doesn't affect any build procedures. The build error previously reported by CI was unrelated to this PR. For general build problems,...