From dc271c52ed65e7c8dfcbaaf84dabb1f788e4f3d0 Mon Sep 17 00:00:00 2001 From: Stephan Walter Date: Wed, 17 May 2023 22:12:01 +0000 Subject: Remove unused n_parts parameter (#1509) --- llama.h | 1 - 1 file changed, 1 deletion(-) (limited to 'llama.h') diff --git a/llama.h b/llama.h index 21cba8cf..f955fa23 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 -- cgit v1.2.3