From c8fde7f2e4785a60b809d083373ba3a9e6035b3a Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Fri, 18 Jul 2025 12:46:00 -0400 Subject: [PATCH] Create CITATION.bib --- CITATION.bib | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CITATION.bib diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 000000000..064611070 --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,10 @@ +@inproceedings{reddi2024mlsysbook, + title = {MLSysBook.AI: Principles and Practices of Machine Learning Systems Engineering}, + author = {Reddi, Vijay Janapa}, + booktitle = {2024 International Conference on Hardware/Software Codesign and System Synthesis (CODES+ ISSS)}, + pages = {41--42}, + year = {2024}, + organization = {IEEE}, + url = {https://mlsysbook.org}, + note = {Available at: https://mlsysbook.org} +}