Skip to content

Commit

Permalink
Add CITATION (#821)
Browse files Browse the repository at this point in the history
Summary:
Add citation file and update readme to include our bibtex citation for the arXiv paper.

Pull Request resolved: flashlight/flashlight#821

Reviewed By: benoitsteiner

Differential Revision: D34077270

Pulled By: jacobkahn

fbshipit-source-id: ce65f06bdc8758bdf1f2e6f4acab32fe35754d6f
  • Loading branch information
jacobkahn authored and facebook-github-bot committed Feb 17, 2022
1 parent a43bdb4 commit 13324a9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CITATION
Original file line number Diff line number Diff line change
@@ -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}
}
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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.

0 comments on commit 13324a9

Please sign in to comment.