wenhuach commited on
Commit
20e2251
1 Parent(s): 091cb1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -104,3 +104,15 @@ Here are a couple of useful links to learn more about Intel's AI software:
104
  ## Disclaimer
105
 
106
  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.
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  ## Disclaimer
105
 
106
  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.
107
+
108
+
109
+ ## Cite
110
+
111
+ @article{cheng2023optimize,
112
+ title={Optimize weight rounding via signed gradient descent for the quantization of llms},
113
+ author={Cheng, Wenhua and Zhang, Weiwei and Shen, Haihao and Cai, Yiyang and He, Xin and Lv, Kaokao},
114
+ journal={arXiv preprint arXiv:2309.05516},
115
+ year={2023}
116
+ }
117
+
118
+ [arxiv](https://arxiv.org/abs/2309.05516) [github](https://github.com/intel/auto-round)