juncongmoo / pyllama

LLaMA: Open and Efficient Foundation Language Models
GNU General Public License v3.0
2.81k stars 311 forks source link

Download takes forever #29

Closed puyuanliu closed 1 year ago

puyuanliu commented 1 year ago

Stuck at "downloading file to llama_7B/7B/consolidated.00.pth" for several hours. I checked the size of the model folder, it's around 6.6GB. The size stays constant.

The following are script outputs.

❤️ Resume download is supported. You can ctrl-c and rerun the program to resume the downloading Downloading tokenizer... ✅ llama_7B/tokenizer.model ✅ llama_7B/tokenizer_checklist.chk tokenizer.model: OK Downloading 7B downloading file to llama_7B/7B/consolidated.00.pth ...please wait for a few minutes ...

cccadet commented 1 year ago

"Ctrl + C" to cancel and try again.

puyuanliu commented 1 year ago

Worked! Thanks a lot!