@@ -151,11 +151,11 @@ std::string common_params_sampling::print() const {
151151 " \t repeat_last_n = %d, repeat_penalty = %.3f, frequency_penalty = %.3f, presence_penalty = %.3f\n "
152152 " \t dry_multiplier = %.3f, dry_base = %.3f, dry_allowed_length = %d, dry_penalty_last_n = %d\n "
153153 " \t top_k = %d, top_p = %.3f, min_p = %.3f, xtc_probability = %.3f, xtc_threshold = %.3f, typical_p = %.3f, top_n_sigma = %.3f, temp = %.3f\n "
154- " \t mirostat = %d, mirostat_lr = %.3f, mirostat_ent = %.3f" ,
154+ " \t mirostat = %d, mirostat_lr = %.3f, mirostat_ent = %.3f, power_law_target = %.3f, power_law_decay = %.3f " ,
155155 penalty_last_n, penalty_repeat, penalty_freq, penalty_present,
156156 dry_multiplier, dry_base, dry_allowed_length, dry_penalty_last_n,
157157 top_k, top_p, min_p, xtc_probability, xtc_threshold, typ_p, top_n_sigma, temp,
158- mirostat, mirostat_eta, mirostat_tau);
158+ mirostat, mirostat_eta, mirostat_tau, power_law_target, power_law_decay );
159159
160160 return std::string (result);
161161}
0 commit comments