juncongmoo / pyllama

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

downloading file to pyllama_data/30B/consolidated.00.pth ...please wait for a few minutes ... #88

Closed Nolyzlel closed 1 year ago

Nolyzlel commented 1 year ago

Downloading since 60 minutes. No ending in sight with message seen in title. I work with a high performance Google VM. Seems to me that this cant be the issue.

zhangbonian commented 1 year ago

comment out line 86: "download_watchdog(args)" in download.py, on my machine, md5sum takes more than 30s to finish, the watchdog thread think progress is too slow , so restarted the download process. In fact the download was already finished.

Jack-Moo commented 1 year ago

I will send a PR.