rm has_logit_bias

This commit is contained in:
Xuan Son Nguyen
2026-07-29 16:41:54 +02:00
parent bb9f5c0893
commit a0f1a44b8d
-4
View File
@@ -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;
};