Move top_p and top_k higher up in the UI and CLI help

This commit is contained in:
oobabooga 2026-03-15 09:34:17 -07:00
parent 80d0c03bab
commit bfea49b197
3 changed files with 8 additions and 8 deletions

View file

@ -16,9 +16,10 @@ default_preset_values = {
'dynatemp_exponent': 1,
'smoothing_factor': 0,
'smoothing_curve': 1,
'min_p': 0,
'top_p': 1,
'top_k': 0,
'min_p': 0,
'top_n_sigma': 0,
'typical_p': 1,
'xtc_threshold': 0.1,
'xtc_probability': 0,
@ -26,7 +27,6 @@ default_preset_values = {
'eta_cutoff': 0,
'tfs': 1,
'top_a': 0,
'top_n_sigma': 0,
'adaptive_target': 0,
'adaptive_decay': 0.9,
'dry_multiplier': 0,