intel / auto-round

Advanced Quantization Algorithm for LLMs. This is official implementation of "Optimize Weight Rounding via Signed Gradient Descent for the Quantization of LLMs"
https://arxiv.org/abs/2309.05516
Apache License 2.0
172 stars 20 forks source link

Merge dataloader to dataset #99

Closed wenhuach21 closed 4 months ago

wenhuach21 commented 4 months ago

There are two args to handle calibration dataset, this may confuse the users. Let's transfer all the combability of dataloader to dataset, and delete dataloader

wenhuach21 commented 4 months ago

done