ctransformers: add mlock and no-mmap options (#3649)
This commit is contained in:
parent
2da38e89e6
commit
e042bf8624
3 changed files with 7 additions and 3 deletions
|
@ -101,7 +101,9 @@ loaders_and_params = OrderedDict({
|
|||
'n_gpu_layers',
|
||||
'n_batch',
|
||||
'threads',
|
||||
'model_type'
|
||||
'model_type',
|
||||
'no_mmap',
|
||||
'mlock'
|
||||
]
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue