Add repetition_penalty_range to ctransformers
This commit is contained in:
parent
7a4fcee069
commit
28c8df337b
2 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,6 @@ loaders_and_params = OrderedDict({
|
|||
'no_mmap',
|
||||
'low_vram',
|
||||
'mlock',
|
||||
'llama_cpp_seed',
|
||||
'alpha_value',
|
||||
'compress_pos_emb',
|
||||
'cpu',
|
||||
|
@ -270,6 +269,7 @@ loaders_samplers = {
|
|||
'top_p',
|
||||
'top_k',
|
||||
'repetition_penalty',
|
||||
'repetition_penalty_range',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue