huggingface / swift-transformers

Swift Package to implement a transformers-like API in Swift
Apache License 2.0
657 stars 70 forks source link

Fix progress #83

Closed maiqingqiang closed 6 months ago

maiqingqiang commented 6 months ago

The fractionCompleted remains at 0, and the progress seen on the progressview always stays for a long time because the file has not finished downloading, so there is no update in progress. This gives people the impression that the download is very slow or there is a network anomaly. Similar to issue #79

image
awni commented 6 months ago

Nice! I've been waiting for this fix :)