mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
explicitly decode maxarraysize 1024
This commit is contained in:
parent
ced7d0e53d
commit
340448d2d1
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue