Commit 2d49197b authored by Bruce MacDonald's avatar Bruce MacDonald
Browse files

increase default model size to 512

parent f5e2e150
...@@ -89,7 +89,7 @@ type PredictOptions struct { ...@@ -89,7 +89,7 @@ type PredictOptions struct {
} }
var DefaultModelOptions ModelOptions = ModelOptions{ var DefaultModelOptions ModelOptions = ModelOptions{
ContextSize: 128, ContextSize: 512,
Seed: 0, Seed: 0,
F16Memory: true, F16Memory: true,
MLock: false, MLock: false,
......
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