update citation.
Browse files- src/display/about.py +6 -1
src/display/about.py
CHANGED
@@ -181,8 +181,13 @@ The compute dtype will pass to `lm-eval` for the inference. Currently, we suppor
|
|
181 |
|
182 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
183 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
184 |
@misc{
|
185 |
-
|
186 |
title={Optimize Weight Rounding via Signed Gradient Descent for the Quantization of LLMs},
|
187 |
author={Wenhua Cheng, Weiwei Zhang, Haihao Shen, Yiyang Cai, Xin He, Kaokao Lv},
|
188 |
year={2023},
|
|
|
181 |
|
182 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
183 |
CITATION_BUTTON_TEXT = r"""
|
184 |
+
@software{auto-round,
|
185 |
+
title = Intel® AutoRound,
|
186 |
+
publisher = {Intel},
|
187 |
+
url = {https://github.com/intel/auto-round}
|
188 |
+
}
|
189 |
@misc{
|
190 |
+
Cheng2023Optimize,
|
191 |
title={Optimize Weight Rounding via Signed Gradient Descent for the Quantization of LLMs},
|
192 |
author={Wenhua Cheng, Weiwei Zhang, Haihao Shen, Yiyang Cai, Xin He, Kaokao Lv},
|
193 |
year={2023},
|