File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ public class InferenceOptions
2020 public IReadOnlyList < string > AntiPrompts { get ; set ; } = Array . Empty < string > ( ) ;
2121
2222 /// <inheritdoc />
23- public required ISamplingPipeline SamplingPipeline { get ; set ; }
23+ public ISamplingPipeline SamplingPipeline { get ; set ; } = new DefaultSamplingPipeline ( ) ;
2424 }
2525}
Original file line number Diff line number Diff line change 33 "Logging" : {
44 "LogLevel" : {
55 "Default" : " Information" ,
6- "Microsoft.AspNetCore" : " Warning"
6+ "Microsoft.AspNetCore" : " Warning" ,
7+ "Microsoft.AspNetCore.SignalR" : " Debug" ,
8+ "Microsoft.AspNetCore.Http.Connections" : " Debug"
79 }
810 }
911}
Original file line number Diff line number Diff line change 1010 "ModelLoadType" : 0 ,
1111 "Models" : [
1212 {
13- "Name" : " Example LLama2-7b-Chat " ,
13+ "Name" : " Example LLava-v1.6-mistral " ,
1414 "MaxInstances" : 20 ,
15- "ModelPath" : " ..\\ LLama.Unittest\\ Models\\ llama-2-7b-chat.Q4_0 .gguf" ,
15+ "ModelPath" : " ..\\ LLama.Unittest\\ Models\\ llava-v1.6-mistral-7b.Q3_K_XS .gguf" ,
1616 "ContextSize" : 2048 ,
1717 "BatchSize" : 2048 ,
1818 "Threads" : 4 ,
19- "GpuLayerCount" : 6 ,
19+ "GpuLayerCount" : 32 ,
2020 "UseMemorymap" : true ,
2121 "UseMemoryLock" : false ,
2222 "MainGpu" : 0 ,
You can’t perform that action at this time.
0 commit comments