Add threads_batch parameter
This commit is contained in:
parent
41a2de96e5
commit
b6fe6acf88
7 changed files with 8 additions and 0 deletions
|
@ -91,6 +91,7 @@ loaders_and_params = OrderedDict({
|
|||
'tensor_split',
|
||||
'n_batch',
|
||||
'threads',
|
||||
'threads_batch',
|
||||
'no_mmap',
|
||||
'mlock',
|
||||
'mul_mat_q',
|
||||
|
@ -107,6 +108,7 @@ loaders_and_params = OrderedDict({
|
|||
'tensor_split',
|
||||
'n_batch',
|
||||
'threads',
|
||||
'threads_batch',
|
||||
'no_mmap',
|
||||
'mlock',
|
||||
'mul_mat_q',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue