mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-11 13:05:17 +00:00
talk-llama : correct default speak.sh path (#720)
There is `speak.sh` file in `./examples/talk-llama` as described in README. However `./examples/talk/speak.sh` is used in `talk-llama.cpp`, this commit corrects that.
This commit is contained in:
parent
66110dafcc
commit
78548dc03f
@ -49,7 +49,7 @@ struct whisper_params {
|
|||||||
std::string language = "en";
|
std::string language = "en";
|
||||||
std::string model_wsp = "models/ggml-base.en.bin";
|
std::string model_wsp = "models/ggml-base.en.bin";
|
||||||
std::string model_llama = "models/ggml-llama-7B.bin";
|
std::string model_llama = "models/ggml-llama-7B.bin";
|
||||||
std::string speak = "./examples/talk/speak.sh";
|
std::string speak = "./examples/talk-llama/speak.sh";
|
||||||
std::string prompt = "";
|
std::string prompt = "";
|
||||||
std::string fname_out;
|
std::string fname_out;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user