File tree Expand file tree Collapse file tree
MaIN.Services/Services/LLMService Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,8 +449,8 @@ public static IKernelMemoryBuilder WithLLamaSharpMaINTemp(this IKernelMemoryBuil
449449 ContextSize = new uint ? ( config . ContextSize . GetValueOrDefault ( 2048U ) ) ,
450450 GpuLayerCount = config . GpuLayerCount . GetValueOrDefault ( 20 ) ,
451451 //Embeddings = true,
452- MainGpu = config . MainGpu ,
453- SplitMode = new GPUSplitMode ? ( config . SplitMode )
452+ // MainGpu = config.MainGpu,
453+ // SplitMode = new GPUSplitMode?(config.SplitMode)
454454 } ;
455455
456456 // Load the second model with caching.
Original file line number Diff line number Diff line change 66 }
77 },
88 "MaIN" : {
9- "OllamaUrl" : " http://localhost:11434" ,
109 "ImageGenUrl" : " http://localhost:5003" ,
11- "ModelsPath" : " C:\\ MAIN.Models" ,
1210 "MongoDbSettings" : {
1311 "ConnectionString" : " mongodb://localhost:27017" ,
1412 "DatabaseName" : " MaInDB" ,
You can’t perform that action at this time.
0 commit comments