mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
Merge commit '6986c7835a
' into concedo_experimental
# Conflicts: # README.md
This commit is contained in:
commit
010b2753d9
11 changed files with 192 additions and 36 deletions
|
@ -231,7 +231,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
|||
|
||||
llama_ctx_params = llama_context_default_params();
|
||||
llama_ctx_params.n_ctx = inputs.max_context_length;
|
||||
llama_ctx_params.n_parts = -1;
|
||||
//llama_ctx_params.n_parts = -1;
|
||||
llama_ctx_params.seed = -1;
|
||||
llama_ctx_params.f16_kv = inputs.f16_kv;
|
||||
llama_ctx_params.logits_all = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue