whisper.cpp
whisper.cpp copied to clipboard
talk-llama have a problem with Russian
When i run talk-llama like this:
./talk-llama -t 8 -l ru --person Myname -mw models/ggml-base.bin -ml ../llama.cpp/models/ggml-wizardlm-7b-q5_1.bin --prompt-file examples/talk-llama/prompts/mypromp.txt
and try to speak in Russian it recognize only punctuation: , . ? !
But with -tr option talk-llama recognize my speak and translate it to English.
./main - works well with Russian without any problem.