Describe the problem you're trying to solve
Model weights can generally be very large files, which means downloads can take a long time. Similarly to kit pack, it would be great to support resumeable downloads when running a kit import.
Describe the solution you'd like
The huggingface API supports range headers, meaning we should be able to do resumeable downloads for imports that use the HF APIs.
Describe alternatives you've considered
N/A
Additional context
This is enabled by #762
Describe the problem you're trying to solve
Model weights can generally be very large files, which means downloads can take a long time. Similarly to
kit pack, it would be great to support resumeable downloads when running akit import.Describe the solution you'd like
The huggingface API supports range headers, meaning we should be able to do resumeable downloads for imports that use the HF APIs.
Describe alternatives you've considered
N/A
Additional context
This is enabled by #762