llama icon indicating copy to clipboard operation
llama copied to clipboard

Typo at download.sh: should be 33B, instead of 30B

Open imranraad07 opened this issue 1 year ago • 1 comments

This issue is related to issue #49

The 3rd largest model size in the paper and readme file is 33B, download.sh, it is 30B.

Line 5:

MODEL_SIZE="7B,13B,30B,65B"

Line 12:

N_SHARD_DICT["30B"]="3"

imranraad07 avatar Mar 02 '23 17:03 imranraad07

No, 30B is correct. At least the download works.

neuhaus avatar Mar 02 '23 20:03 neuhaus