Remove unused n_parts parameter (#1509)
This commit is contained in:
parent
c238b5873a
commit
dc271c52ed
6 changed files with 0 additions and 13 deletions
1
llama.h
1
llama.h
|
@ -55,7 +55,6 @@ extern "C" {
|
|||
|
||||
struct llama_context_params {
|
||||
int n_ctx; // text context
|
||||
int n_parts; // -1 for default
|
||||
int n_gpu_layers; // number of layers to store in VRAM
|
||||
int seed; // RNG seed, -1 for random
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue