From a1b99b9e24f02006b4a539921aab300ebc350aab Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 2 Dec 2024 13:35:45 +0100 Subject: [PATCH] remove redundant code --- common/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common/common.h b/common/common.h index 0373fd3ead49e..9b1508a15fb43 100644 --- a/common/common.h +++ b/common/common.h @@ -133,7 +133,6 @@ struct common_params_sampling { bool penalize_nl = false; // consider newlines as a repeatable token bool ignore_eos = false; bool no_perf = false; // disable performance metrics - bool timing_per_token = false; std::vector dry_sequence_breakers = {"\n", ":", "\"", "*"}; // default sequence breakers for DRY