You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reference, there are two function to upload files, uploadFiles which returns a Promise, and uploadFilesWithProgress which returns an async generator.
When processing a model download, it should be fine to get progress about the download.
Proposal: offer a callback that returns the percentage, maybe after each file is downloaded ?
WDYT @axel7083
The text was updated successfully, but these errors were encountered: