Skip to content

Commit ce07646

Browse files
authored
Add CodeML'25 BibTeX (#3978)
* add bibtex * drop old bibtex
1 parent d5814ae commit ce07646

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,14 @@ TorchAO is integrated into some of the leading open-source libraries including:
309309

310310
If you find the torchao library useful, please cite it in your work as below.
311311

312-
<!-- TODO: update to cite CodeML paper after Jul 2025 -->
313312
```bibtex
314-
@software{torchao,
313+
@misc{or2025torchao,
315314
title={TorchAO: PyTorch-Native Training-to-Serving Model Optimization},
316-
author={torchao},
317-
url={https://github.com/pytorch/ao},
318-
license={BSD-3-Clause},
319-
month={oct},
320-
year={2024}
315+
author={Andrew Or and Apurva Jain and Daniel Vega-Myhre and Jesse Cai and Charles David Hernandez and Zhenrui Zheng and Driss Guessous and Vasiliy Kuznetsov and Christian Puhrsch and Mark Saroufim and Supriya Rao and Thien Tran and Aleksandar Samardžić},
316+
year={2025},
317+
eprint={2507.16099},
318+
archivePrefix={arXiv},
319+
primaryClass={cs.LG},
320+
url={https://arxiv.org/abs/2507.16099},
321321
}
322322
```

0 commit comments

Comments
 (0)