mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-10 00:53:39 +00:00
Add adaptive-p sampler and n-gram speculative decoding support
This commit is contained in:
parent
f010aa1612
commit
65de4c30c8
10 changed files with 145 additions and 3 deletions
|
|
@ -317,6 +317,8 @@ def generate_reply_HF(question, original_question, state, stopping_strings=None,
|
|||
'tfs',
|
||||
'top_a',
|
||||
'top_n_sigma',
|
||||
'adaptive_target',
|
||||
'adaptive_decay',
|
||||
'dry_multiplier',
|
||||
'dry_allowed_length',
|
||||
'dry_base',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue