From a0f1a44b8d33764ee9d7c5025db268afc4b9121f Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Wed, 29 Jul 2026 16:41:54 +0200 Subject: [PATCH] rm has_logit_bias --- common/common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/common.h b/common/common.h index e7c55ae925..14889193d9 100644 --- a/common/common.h +++ b/common/common.h @@ -294,10 +294,6 @@ struct common_params_sampling { bool backend_sampling = false; - bool has_logit_bias() const { - return !logit_bias.empty(); - } - // print the parameters into a string std::string print() const; };