mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-07-16 13:15:22 +02:00
7 lines
210 B
Bash
Executable File
7 lines
210 B
Bash
Executable File
./talk-llama \
|
|
-mw ./models/ggml-small.en.bin \
|
|
-ml ../llama.cpp/models/13B/ggml-model-q4_0.bin \
|
|
--name-ni "Georgi" \
|
|
--name-ai "LLaMA" \
|
|
-t 8 -vid 0 --speak ./examples/talk-llama/speak.sh
|