ctransformers: add mlock and no-mmap options (#3649)

This commit is contained in:
cal066 2023-08-22 19:51:34 +00:00 committed by GitHub
parent 2da38e89e6
commit e042bf8624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

@ -101,7 +101,9 @@ loaders_and_params = OrderedDict({
'n_gpu_layers',
'n_batch',
'threads',
'model_type'
'model_type',
'no_mmap',
'mlock'
]
})