aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp
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.cpp
parentc238b5873a1ea496db03ffcfe124c9d0d83afbc6 (diff)
Remove unused n_parts parameter (#1509)
Diffstat (limited to 'llama.cpp')
-rw-r--r--llama.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llama.cpp b/llama.cpp
index 98f49ab..6e19064 100644
--- a/llama.cpp
+++ b/llama.cpp
@@ -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,