Replace --mul_mat_q with --no_mul_mat_q
This commit is contained in:
parent
d0c3b407b3
commit
df90d03e0b
9 changed files with 12 additions and 11 deletions
|
@ -94,7 +94,7 @@ loaders_and_params = OrderedDict({
|
|||
'threads_batch',
|
||||
'no_mmap',
|
||||
'mlock',
|
||||
'mul_mat_q',
|
||||
'no_mul_mat_q',
|
||||
'llama_cpp_seed',
|
||||
'alpha_value',
|
||||
'rope_freq_base',
|
||||
|
@ -111,7 +111,7 @@ loaders_and_params = OrderedDict({
|
|||
'threads_batch',
|
||||
'no_mmap',
|
||||
'mlock',
|
||||
'mul_mat_q',
|
||||
'no_mul_mat_q',
|
||||
'alpha_value',
|
||||
'rope_freq_base',
|
||||
'compress_pos_emb',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue