mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-27 03:44:35 +00:00
tts : update default samplers
ggml-ci
This commit is contained in:
parent
66e1e1a18e
commit
8f34d0dd8b
@ -296,9 +296,7 @@ int main(int argc, char ** argv) {
|
|||||||
params.n_ctx = 8192;
|
params.n_ctx = 8192;
|
||||||
|
|
||||||
params.sampling.top_k = 4;
|
params.sampling.top_k = 4;
|
||||||
params.sampling.penalty_repeat = 1.1;
|
params.sampling.samplers = { COMMON_SAMPLER_TYPE_TOP_K, };
|
||||||
params.sampling.penalty_last_n = 8;
|
|
||||||
params.sampling.samplers = { COMMON_SAMPLER_TYPE_TEMPERATURE, COMMON_SAMPLER_TYPE_TOP_K, };
|
|
||||||
|
|
||||||
if (!common_params_parse(argc, argv, params, LLAMA_EXAMPLE_TTS, print_usage)) {
|
if (!common_params_parse(argc, argv, params, LLAMA_EXAMPLE_TTS, print_usage)) {
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user