match draft defaults

This commit is contained in:
Concedo
2026-06-22 21:40:00 +08:00
parent a0f39fe0f5
commit 7fe6fa6fb6
+1 -1
View File
@@ -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;