meta-llama / codellama

Inference code for CodeLlama models
Other
15.96k stars 1.86k forks source link

issue with downloading certain files from the Llama 2 #43

Open Renfeld opened 1 year ago

Renfeld commented 1 year ago

Hello all, I am currently facing an issue with downloading certain files from the Llama 2 repository. I ran the provided download.sh script to fetch the necessary files but encountered errors that prevented the successful download of the following files:

params.json tokenizer.model checklist.chk I have followed the documentation and also made sure that the URL provided in the email was correctly entered. The script runs without issues for other files but fails specifically for these. I have sufficient disk space and my internet connection is stable.

Could you please assist me in resolving this issue? Is there an alternate way to download these specific files or should I perform some additional troubleshooting steps?

Thank you for your time and assistance.

samuelselvan commented 1 year ago

Could you please try requesting one more time (the urls would have expired by now) and try downloading and share the logs?

cmosguy commented 1 year ago

I've reported this also in https://github.com/facebookresearch/codellama/issues/113. @Renfeld - did you ever figure out what the root cause to this was or how to fix this?