Skip to content

Commit 9614b93

Browse files
authored
talk-llama : correct default speak.sh path (ggml-org#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.
1 parent 8d7f20c commit 9614b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/talk-llama/talk-llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct whisper_params {
4949
std::string language = "en";
5050
std::string model_wsp = "models/ggml-base.en.bin";
5151
std::string model_llama = "models/ggml-llama-7B.bin";
52-
std::string speak = "./examples/talk/speak.sh";
52+
std::string speak = "./examples/talk-llama/speak.sh";
5353
std::string prompt = "";
5454
std::string fname_out;
5555
};

0 commit comments

Comments
 (0)