mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 03:49:42 +00:00
add ability to use guide tokens for TTS, ref: https://github.com/ggerganov/llama.cpp/pull/11186
This commit is contained in:
parent
bd38665e1f
commit
07173e84a0
4 changed files with 53 additions and 3 deletions
|
@ -174,6 +174,8 @@ struct common_params_vocoder {
|
|||
|
||||
std::string model = ""; // model path // NOLINT
|
||||
std::string model_url = ""; // model url to download // NOLINT
|
||||
|
||||
bool use_guide_tokens = false; // enable guide tokens to improve TTS accuracy // NOLINT
|
||||
};
|
||||
|
||||
struct common_params {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue