llama icon indicating copy to clipboard operation
llama copied to clipboard

fixes download error in macosx

Open vaibhavk97 opened this issue 1 year ago • 3 comments

The current download script gives error when executed on Mac.

download.sh: line 10: 7B: value too great for base (error token is "7B") download.sh: line 11: 13B: value too great for base (error token is "13B") download.sh: line 12: 30B: value too great for base (error token is "30B") download.sh: line 13: 65B: value too great for base (error token is "65B")

The pull request fixes this.

vaibhavk97 avatar Mar 02 '23 02:03 vaibhavk97