Add threads_batch parameter
This commit is contained in:
parent
41a2de96e5
commit
b6fe6acf88
7 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,7 @@ class LlamaCppModel:
|
|||
'n_ctx': shared.args.n_ctx,
|
||||
'seed': int(shared.args.llama_cpp_seed),
|
||||
'n_threads': shared.args.threads or None,
|
||||
'n_threads_batch': shared.args.threads_batch or None,
|
||||
'n_batch': shared.args.n_batch,
|
||||
'use_mmap': not shared.args.no_mmap,
|
||||
'use_mlock': shared.args.mlock,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue