Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull method to get total progress info ? #81

Open
iorilu opened this issue Mar 4, 2024 · 2 comments
Open

pull method to get total progress info ? #81

iorilu opened this issue Mar 4, 2024 · 2 comments

Comments

@iorilu
Copy link

iorilu commented Mar 4, 2024

I checked the pull progress example , it seems to return few progresss info , is it possible to get total progress info?

for example i need to make a ui progress bar to reflect the total download progress status

@mxyng
Copy link
Collaborator

mxyng commented Mar 4, 2024

I'm not sure what you mean. The pull example uses streaming to receive progress updates. Each response returns the progress (current and total) in bytes for the current layer being downloaded or a status update.

@iorilu
Copy link
Author

iorilu commented Mar 7, 2024

I'm not sure what you mean. The pull example uses streaming to receive progress updates. Each response returns the progress (current and total) in bytes for the current layer being downloaded or a status update.

i mean to get total model download progress info, not the progress of one file, i know it will download a few files for a model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants