mirror of
https://github.com/ollama/ollama.git
synced 2025-12-10 00:12:40 +01:00
increase default model size to 512
This commit is contained in:
@@ -89,7 +89,7 @@ type PredictOptions struct {
|
||||
}
|
||||
|
||||
var DefaultModelOptions ModelOptions = ModelOptions{
|
||||
ContextSize: 128,
|
||||
ContextSize: 512,
|
||||
Seed: 0,
|
||||
F16Memory: true,
|
||||
MLock: false,
|
||||
|
||||
Reference in New Issue
Block a user