Bump llama-cpp-python to 0.2.18 (2nd attempt) (#4637)
* Update requirements*.txt * Add back seed
This commit is contained in:
parent
9d6f79db74
commit
e0ca49ed9c
15 changed files with 108 additions and 116 deletions
|
@ -99,7 +99,6 @@ loaders_and_params = OrderedDict({
|
|||
'no_mmap',
|
||||
'mlock',
|
||||
'no_mul_mat_q',
|
||||
'llama_cpp_seed',
|
||||
'alpha_value',
|
||||
'rope_freq_base',
|
||||
'compress_pos_emb',
|
||||
|
@ -366,6 +365,7 @@ loaders_samplers = {
|
|||
'repetition_penalty',
|
||||
'presence_penalty',
|
||||
'frequency_penalty',
|
||||
'seed',
|
||||
'mirostat_mode',
|
||||
'mirostat_tau',
|
||||
'mirostat_eta',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue