wenhuach commited on
Commit
46cab48
1 Parent(s): bc08ce7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -102,3 +102,15 @@ Here are a couple of useful links to learn more about Intel's AI software:
102
  ## Disclaimer
103
 
104
  The license on this model does not constitute legal advice. We are not responsible for the actions of third parties who use this model. Please consult an attorney before using this model for commercial purposes.
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  ## Disclaimer
103
 
104
  The license on this model does not constitute legal advice. We are not responsible for the actions of third parties who use this model. Please consult an attorney before using this model for commercial purposes.
105
+
106
+
107
+ ## Cite
108
+
109
+ @article{cheng2023optimize,
110
+ title={Optimize weight rounding via signed gradient descent for the quantization of llms},
111
+ author={Cheng, Wenhua and Zhang, Weiwei and Shen, Haihao and Cai, Yiyang and He, Xin and Lv, Kaokao},
112
+ journal={arXiv preprint arXiv:2309.05516},
113
+ year={2023}
114
+ }
115
+
116
+ [arxiv](https://arxiv.org/abs/2309.05516) [github](https://github.com/intel/auto-round)