llama icon indicating copy to clipboard operation
llama copied to clipboard

Updating download.sh to check if weights exists before re-downloading them

Open mukulpatnaik opened this issue 1 year ago • 3 comments

The current implementation of download.sh does not check whether a particular shard of the weight has already been downloaded and re-downloads them anyway, wasting time and internet. I have updated to check whether the file exists and if the checksum matches, only if these conditions fail should the download start.

mukulpatnaik avatar Mar 05 '23 22:03 mukulpatnaik