diff --git a/src/AntSK.Domain/Domain/Other/LLamaConfig.cs b/src/AntSK.Domain/Domain/Other/LLamaConfig.cs index 5dfb790..00b65f0 100644 --- a/src/AntSK.Domain/Domain/Other/LLamaConfig.cs +++ b/src/AntSK.Domain/Domain/Other/LLamaConfig.cs @@ -31,7 +31,7 @@ namespace AntSK.Domain.Domain.Other { ContextSize = lsConfig?.ContextSize ?? 2048, Seed = lsConfig?.Seed ?? 0, - GpuLayerCount = lsConfig?.GpuLayerCount ?? 10, + GpuLayerCount = lsConfig?.GpuLayerCount ?? 20, EmbeddingMode = true }; var weights = LLamaWeights.LoadFromFile(parameters);