diff options
author | saood06 <saood05@gmail.com> | 2025-02-23 00:16:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-23 00:16:27 -0600 |
commit | 46bf73a37f1aabe6f0b40365b0c7b2ba831905f5 (patch) | |
tree | 9b684d9fdc8fc42fa44da832d998091fa33b6444 /common/common.h | |
parent | 71b7b510c2dc55ae70934d246cd4e6c3bdf4a95c (diff) |
Add new sweep-bench benchmark (#225)
* 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 <sszymczy@gmail.com>
Diffstat (limited to 'common/common.h')
-rw-r--r-- | common/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |