summaryrefslogtreecommitdiff
path: root/common/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/common.h')
-rw-r--r--common/common.h2
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);