whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

[Whisper.asm] unknown language ' ,e'

Open cidrugHug8 opened this issue 1 year ago • 0 comments
trafficstars

Hi there,

I am building and testing Whisper.asm, but it is not working correctly. Even when I set the language, the log shows an error like unknown language: ',e', indicating that the language code appears to be garbled. At the beginning of the whisper_full function in whisper.cpp, params.language seems to be set correctly, but by the time it enters the whisper_full_with_state function, params.language has turned into a garbled string.

This issue does not occur with the main command I built. Could this be a problem with wasm? Or is it something specific to my environment? I am using x86_64, Ubuntu 20.04.6 LTS.

Thank you.

cidrugHug8 avatar Aug 13 '24 04:08 cidrugHug8