RUCAIBox / LLMSurvey

The official GitHub page for the survey paper "A Survey of Large Language Models".
https://arxiv.org/abs/2303.18223
9.64k stars 745 forks source link

Typo error #82

Open Zilize opened 3 months ago

Zilize commented 3 months ago

v13, page 48, table 10 caption

For quantization, we employ bitesandbytes to quantize the 16-bit models to 8/4 bits

might be:

For quantization, we employ bitsandbytes to quantize the 16-bit models to 8/4 bits

"bitsandbytes" instead of "bitesandbytes"

hyp1231 commented 3 months ago

Thanks for reporting :-)! We will fix this in our next version.