mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-10 04:04:34 +00:00
add option --keep-inp-out-in-metal
This commit is contained in:
parent
facb4ea736
commit
33429ec4e1
2 changed files with 3 additions and 1 deletions
|
@ -19773,6 +19773,7 @@ struct llama_model_params llama_model_default_params() {
|
|||
/*.use_mmap =*/ true,
|
||||
/*.use_mlock =*/ false,
|
||||
/*.check_tensors =*/ false,
|
||||
/*.keep_inp_out_in_metal =*/ false,
|
||||
};
|
||||
|
||||
#ifdef GGML_USE_METAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue