mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
various fixes
This commit is contained in:
@@ -527,7 +527,7 @@ bool ttstype_load_model(const tts_load_model_inputs inputs)
|
||||
tts_ctx_params.n_ubatch = 512;
|
||||
tts_ctx_params.n_threads = nthreads;
|
||||
tts_ctx_params.n_threads_batch = nthreads;
|
||||
tts_ctx_params.flash_attn = false;
|
||||
tts_ctx_params.flash_attn = inputs.flash_attention;
|
||||
|
||||
llama_model * ttcmodel = llama_model_load_from_file(modelfile_ttc.c_str(), tts_model_params);
|
||||
ttc_ctx = llama_new_context_with_model(ttcmodel, tts_ctx_params);
|
||||
|
||||
Reference in New Issue
Block a user