mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-08-06 01:50:53 -05: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
|