Add threads_batch parameter

This commit is contained in:
oobabooga 2023-10-01 21:27:04 -07:00
parent 41a2de96e5
commit b6fe6acf88
7 changed files with 8 additions and 0 deletions

View file

@ -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',