Skip to content

Commit 64684c7

Browse files
authored
Add citing instructions for ExecuTorch (pytorch#19589)
1 parent 80072c7 commit 64684c7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,21 @@ We welcome contributions from the community!
237237
- 🐛 [**Issues**](https://github.com/pytorch/executorch/issues) — Report bugs or request features
238238
- 🤝 [**Contributing Guide**](CONTRIBUTING.md) — Guidelines and codebase structure
239239

240+
## Citing ExecuTorch
241+
242+
If you found ExecuTorch helpful in your research and would like to acknowledge it, please cite us using the following BibTeX:
243+
244+
```bibtex
245+
@article{executorch2026,
246+
title={{ExecuTorch} - A Unified {PyTorch} Solution to Run {AI} Models On-Device},
247+
author={Nachin, Mergen and Desai, Digant and Jia, Sicheng Stephen and Lai, Chen and Liu, Mengwei and Szwejbka, Jacob and Alvarez, Raziel and Ascani, RJ and Bort, Dave and Candales, Manuel and
248+
others},
249+
journal={arXiv preprint arXiv:2605.08195},
250+
url={https://github.com/pytorch/executorch},
251+
year={2026}
252+
}
253+
```
254+
240255
## License
241256

242257
ExecuTorch is BSD licensed, as found in the [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)