aboutsummaryrefslogtreecommitdiff
path: root/llama.h
diff options
context:
space:
mode:
authorStephan Walter <stephan@walter.name>2023-05-17 22:12:01 +0000
committerGitHub <noreply@github.com>2023-05-17 22:12:01 +0000
commitdc271c52ed65e7c8dfcbaaf84dabb1f788e4f3d0 (patch)
tree7057c49800c88566dd2bd7d4df051df6c53f7b89 /llama.h
parentc238b5873a1ea496db03ffcfe124c9d0d83afbc6 (diff)
Remove unused n_parts parameter (#1509)
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