Bump llama-cpp-python to 0.2.19 & add min_p and typical_p parameters to llama.cpp loader (#4701)
This commit is contained in:
parent
2769a1fa25
commit
0589ff5b12
10 changed files with 100 additions and 96 deletions
|
@ -360,7 +360,9 @@ loaders_samplers = {
|
|||
'llama.cpp': {
|
||||
'temperature',
|
||||
'top_p',
|
||||
'min_p',
|
||||
'top_k',
|
||||
'typical_p',
|
||||
'tfs',
|
||||
'repetition_penalty',
|
||||
'presence_penalty',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue