Unverified Commit c01bbe94 authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

Merge pull request #979 from jmorganca/mxyng/num-keep

update default NumKeep
parents 1beb5645 6db3691b
...@@ -293,7 +293,7 @@ func DefaultOptions() Options { ...@@ -293,7 +293,7 @@ func DefaultOptions() Options {
return Options{ return Options{
// options set on request to runner // options set on request to runner
NumPredict: -1, NumPredict: -1,
NumKeep: -1, NumKeep: 0,
Temperature: 0.8, Temperature: 0.8,
TopK: 40, TopK: 40,
TopP: 0.9, TopP: 0.9,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment