mirror of
https://github.com/ollama/ollama.git
synced 2025-04-07 03:18:24 +02:00
Merge pull request #537 from jmorganca/mxyng/upload
fix error on upload chunk
This commit is contained in:
commit
c345053a8b
@ -78,6 +78,8 @@ func uploadBlobChunked(ctx context.Context, requestURL *url.URL, layer *Layer, r
|
||||
Total: layer.Size,
|
||||
Completed: int(offset),
|
||||
})
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
offset += chunk
|
||||
|
Loading…
x
Reference in New Issue
Block a user