llama.cpp: remove tfs (it doesn't get used)

This commit is contained in:
oobabooga 2025-05-06 08:41:13 -07:00
parent 05115e42ee
commit c4f36db0d8
2 changed files with 0 additions and 2 deletions

View file

@ -67,7 +67,6 @@ class LlamaServer:
"top_p": state["top_p"],
"min_p": state["min_p"],
"top_n_sigma": state["top_n_sigma"] if state["top_n_sigma"] > 0 else -1,
"tfs_z": state["tfs"],
"typical_p": state["typical_p"],
"repeat_penalty": state["repetition_penalty"],
"repeat_last_n": state["repetition_penalty_range"],

View file

@ -299,7 +299,6 @@ loaders_samplers = {
'typical_p',
'xtc_threshold',
'xtc_probability',
'tfs',
'top_n_sigma',
'dry_multiplier',
'dry_allowed_length',