From 7fe6fa6fb6de8b455b9051a3ea5f5ac7f90ba4b9 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:40:00 +0800 Subject: [PATCH] match draft defaults --- gpttype_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpttype_adapter.cpp b/gpttype_adapter.cpp index f85a09b3b..532765be1 100644 --- a/gpttype_adapter.cpp +++ b/gpttype_adapter.cpp @@ -71,7 +71,7 @@ std::string executable_path = ""; std::string lora_filename = ""; std::string mmproj_filename = ""; std::string draftmodel_filename = ""; -int speculative_chunk_amt = 8; //do it in chunks of this many tokens +int speculative_chunk_amt = 4; //do it in chunks of this many tokens bool generation_finished; bool audio_multimodal_supported = false; bool vision_multimodal_supported = false;