mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 18:17:06 +01:00
explicitly decode maxarraysize 1024
This commit is contained in:
committed by
Michael Yang
parent
ced7d0e53d
commit
340448d2d1
@@ -64,7 +64,7 @@ func parseFromModel(ctx context.Context, name model.Name, fn func(api.ProgressRe
|
||||
}
|
||||
defer blob.Close()
|
||||
|
||||
f, _, err := ggml.Decode(blob, 0)
|
||||
f, _, err := ggml.Decode(blob, 1024)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user