llama icon indicating copy to clipboard operation
llama copied to clipboard

download.sh: add `--no-config` to all wget calls

Open varenc opened this issue 1 year ago • 1 comments

This addresses an issue where wget would use the user's ~/.wgetrc file, which could cause problems if the user had configured wget to use certain user-agents. In general, ignoring the user's config seems like a good idea.

Issue I ran into specifically is here: https://github.com/facebookresearch/llama/issues/418#issuecomment-1644416221

varenc avatar Jul 20 '23 22:07 varenc

Great find! Thank you.

davidesn avatar Feb 01 '24 16:02 davidesn