mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
reduce batch sizes and skip all intrinsic flags except AVX when building in compatibility mode.
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ generation_outputs llama_generate(const generation_inputs inputs, generation_out
|
||||
int original_threads = params.n_threads;
|
||||
if (blasmode)
|
||||
{
|
||||
params.n_batch = 1024;
|
||||
params.n_batch = 512; //received reports of 1024 and above crashing on some models
|
||||
params.n_threads = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user