From 630fa8d86f1882febf1a67f08d89f023738b24dd Mon Sep 17 00:00:00 2001 From: klosax <131523366+klosax@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:56:38 +0200 Subject: [PATCH] common.h : alter wording --- examples/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/common.h b/examples/common.h index ee5339de4..1184f32df 100644 --- a/examples/common.h +++ b/examples/common.h @@ -70,8 +70,8 @@ struct gpt_params { std::string lora_adapter = ""; // lora adapter path std::string lora_base = ""; // base model path for the lora adapter - bool hellaswag = false; // compute HellaSwag score over random examples from datafile supplied in prompt - size_t hellaswag_tasks = 400; // number of examples to use when computing the HellaSwag score + bool hellaswag = false; // compute HellaSwag score over random tasks from datafile supplied in prompt + size_t hellaswag_tasks = 400; // number of tasks to use when computing the HellaSwag score bool low_vram = false; // if true, reduce VRAM usage at the cost of performance bool memory_f16 = true; // use f16 instead of f32 for memory kv