From 46bf73a37f1aabe6f0b40365b0c7b2ba831905f5 Mon Sep 17 00:00:00 2001 From: saood06 Date: Sun, 23 Feb 2025 00:16:27 -0600 Subject: Add new sweep-bench benchmark (#225) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * examples : add new sweep-bench benchmark * Change documentation to reference ik_llama.cpp * Made it compile with ik_llama * Fix JSONL output --------- Co-authored-by: Stanisław Szymczyk --- common/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/common.h') diff --git a/common/common.h b/common/common.h index fc1ae619..b5b67986 100644 --- a/common/common.h +++ b/common/common.h @@ -269,6 +269,8 @@ struct gpt_params { bool spm_infill = false; // suffix/prefix/middle pattern for infill std::string lora_outfile = "ggml-lora-merged-f16.gguf"; + + bool sweep_bench_output_jsonl = false; }; void gpt_params_handle_hf_token(gpt_params & params); -- cgit v1.2.3