mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
increase default blas batch size
This commit is contained in:
parent
4d1825263b
commit
b91abc3316
3 changed files with 3 additions and 2 deletions
|
@ -158,7 +158,7 @@ generation_outputs llama_generate(const generation_inputs inputs, generation_out
|
|||
int original_threads = params.n_threads;
|
||||
if (blasmode)
|
||||
{
|
||||
params.n_batch = 512;
|
||||
params.n_batch = 1024;
|
||||
params.n_threads = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue