aboutsummaryrefslogtreecommitdiff
path: root/llama.h
diff options
context:
space:
mode:
Diffstat (limited to 'llama.h')
-rw-r--r--llama.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llama.h b/llama.h
index 21cba8c..f955fa2 100644
--- a/llama.h
+++ b/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