mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
default kv_unified to true, handle LLAMA_SET_ROWS.
This commit is contained in:
@@ -135,6 +135,7 @@ bool embeddingstype_load_model(const embeddings_load_model_inputs inputs)
|
||||
ctx_params.n_threads = nthreads;
|
||||
ctx_params.n_threads_batch = nthreads;
|
||||
ctx_params.flash_attn = inputs.flash_attention;
|
||||
ctx_params.kv_unified = true;
|
||||
|
||||
embeddings_ctx = llama_init_from_model(embeddingsmodel, ctx_params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user