mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-09 18:54:34 +00:00
Remove unused n_parts parameter (#1509)
This commit is contained in:
parent
c238b5873a
commit
dc271c52ed
6 changed files with 0 additions and 13 deletions
|
@ -812,7 +812,6 @@ static bool kv_cache_init(
|
|||
struct llama_context_params llama_context_default_params() {
|
||||
struct llama_context_params result = {
|
||||
/*.n_ctx =*/ 512,
|
||||
/*.n_parts =*/ -1,
|
||||
/*.gpu_layers =*/ 0,
|
||||
/*.seed =*/ -1,
|
||||
/*.f16_kv =*/ false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue