mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
progress
This commit is contained in:
@@ -23,8 +23,8 @@ type PullRequest struct {
|
||||
}
|
||||
|
||||
type PullProgress struct {
|
||||
Total int `json:"total"`
|
||||
Completed int `json:"completed"`
|
||||
Total int64 `json:"total"`
|
||||
Completed int64 `json:"completed"`
|
||||
Percent float64 `json:"percent"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user