mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 14:45:28 +00:00
llama.cpp: remove tfs (it doesn't get used)
This commit is contained in:
parent
05115e42ee
commit
c4f36db0d8
2 changed files with 0 additions and 2 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue