wenhuach commited on
Commit
2b928ed
1 Parent(s): 32a91b9

Update README.md

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