mirror of
https://github.com/ollama/ollama.git
synced 2025-12-09 03:52:44 +01: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