From 13324a968dd23ab5771a1177ebd3ebe0e5dd16c8 Mon Sep 17 00:00:00 2001 From: Jacob Kahn Date: Thu, 17 Feb 2022 14:29:04 -0800 Subject: [PATCH] Add CITATION (#821) Summary: Add citation file and update readme to include our bibtex citation for the arXiv paper. Pull Request resolved: https://github.com/flashlight/flashlight/pull/821 Reviewed By: benoitsteiner Differential Revision: D34077270 Pulled By: jacobkahn fbshipit-source-id: ce65f06bdc8758bdf1f2e6f4acab32fe35754d6f --- CITATION | 8 ++++++++ README.md | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 CITATION diff --git a/CITATION b/CITATION new file mode 100644 index 00000000..3a6b4c56 --- /dev/null +++ b/CITATION @@ -0,0 +1,8 @@ +@misc{kahn2022flashlight, + title={Flashlight: Enabling Innovation in Tools for Machine Learning}, + author={Jacob Kahn and Vineel Pratap and Tatiana Likhomanenko and Qiantong Xu and Awni Hannun and Jeff Cai and Paden Tomasello and Ann Lee and Edouard Grave and Gilad Avidov and Benoit Steiner and Vitaliy Liptchinsky and Gabriel Synnaeve and Ronan Collobert}, + year={2022}, + eprint={2201.12465}, + archivePrefix={arXiv}, + primaryClass={cs.LG} +} diff --git a/README.md b/README.md index 13261101..e0534f18 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [**Quickstart**](#quickstart) | [**Installation**](#building-and-installing) | [**Documentation**](https://fl.readthedocs.io/en/latest/) +| [**Citing**](#citing) [![CircleCI](https://circleci.com/gh/flashlight/flashlight.svg?style=shield)](https://app.circleci.com/pipelines/github/flashlight/flashlight) [![Documentation Status](https://img.shields.io/readthedocs/fl.svg)](https://fl.readthedocs.io/en/latest/) @@ -562,5 +563,18 @@ Flashlight is being very actively developed. See Some of Flashlight's code is derived from [arrayfire-ml](https://github.com/arrayfire/arrayfire-ml/). +## Citing +You can cite [Flashlight](https://arxiv.org/abs/2201.12465) using: +``` +@misc{kahn2022flashlight, + title={Flashlight: Enabling Innovation in Tools for Machine Learning}, + author={Jacob Kahn and Vineel Pratap and Tatiana Likhomanenko and Qiantong Xu and Awni Hannun and Jeff Cai and Paden Tomasello and Ann Lee and Edouard Grave and Gilad Avidov and Benoit Steiner and Vitaliy Liptchinsky and Gabriel Synnaeve and Ronan Collobert}, + year={2022}, + eprint={2201.12465}, + archivePrefix={arXiv}, + primaryClass={cs.LG} +} +``` + ## License Flashlight is under an MIT license. See [LICENSE](LICENSE) for more information.