huggingface / swift-transformers

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

Support canceling the download of the model? #58

Open maiqingqiang opened 3 months ago

maiqingqiang commented 3 months ago

I found that these codes seem to support canceling downloads.

https://github.com/huggingface/swift-transformers/blob/ae3ce32a833faad20cab1d2eedc4ad8d25a86d41/Sources/Hub/HubApi.swift#L167

https://github.com/huggingface/swift-transformers/blob/ae3ce32a833faad20cab1d2eedc4ad8d25a86d41/Sources/Hub/Downloader.swift#L94-L96

maiqingqiang commented 3 months ago

Can expose these methods for external call?