When I download large models using from_pretrained
, it often interrupts halfway because of network issues. When I use from_pretrained
again, it downloads from scratch and interrupt halfway again.
Does from_pretrained
support downloading from the breakpoint? For example, if it downloads a .bin file to 7G and interrupt, it will re-start the downloading as 7G instead of re-downloading the whole file?