juncongmoo / pyllama

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

Why are params.json empty? #93

Closed ItsCRC closed 1 year ago

ItsCRC commented 1 year ago

I have downloaded both 7B & 13B. Both have params.json empty in their respective folders. I need to convert weights into hugging_face format and need params.json for that.

sunggukcha commented 1 year ago

image For me, all files are empty (0 bytes) and the downloading is conducted in a second.

ItsCRC commented 1 year ago

Same happened for me. For me, the issue was that there was no storage left in my device. The script did not notified me of that and instead showed all downloaded. Upon freeing the space, I got correct files.

sunggukcha commented 1 year ago

image For me, all files are empty (0 bytes) and the downloading is conducted in a second.

For me, it might be the certificate issue. Eventually I downloaded with different script (https://github.com/shawwn/llama-dl) with --no-check-certificate options to all wget commands.

ItsCRC commented 1 year ago

Did it work?

sunggukcha commented 1 year ago

Is working. Though I havent looked into the script of this repo, I am thinking the error I faced was the certificate issue.