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

talk-llama have a problem with Russian

Open sergeykorablin opened this issue 1 year ago • 4 comments

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.

sergeykorablin avatar May 03 '23 13:05 sergeykorablin