Skip to content

Commit 6399e88

Browse files
kit1980facebook-github-bot
authored andcommitted
Update to CFF format. (#696)
Summary: CITATION.cff file needs to be in a special CFF format, not BibTeX. Otherwise Github can't use it and complains "Your CITATION.cff file cannot be parsed. Make sure the formatting is correct." Correct CFF will be converted to BibTex by Github (see https://github.blog/2021-08-19-enhanced-support-citations-github/) If a separate BibTex file is desired, previous CITATION.cff can be renamed to just CITATION. Pull Request resolved: #696 Reviewed By: xuzhao9 Differential Revision: D33640556 Pulled By: orionr fbshipit-source-id: ac8d98e27a222843c7574fca63e758d8b9a650dc
1 parent af6305c commit 6399e88

File tree

1 file changed

+28
-9
lines changed

1 file changed

+28
-9
lines changed

CITATION.cff

+28-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
1-
@misc{TorchBench2020,
2-
title={TorchBench: A collection of open source benchmarks for PyTorch performance and usability evaluation},
3-
author={Will Constable, Xu Zhao, Victor Bittorf, Eric Christoffersen, Taylor Robie, Eric Han, Peng Wu, Nick Korovaiko, Jason Ansel, Orion Reblitz-Richardson, and Soumith Chintala},
4-
year={2020},
5-
publisher={GitHub},
6-
journal={GitHub repository},
7-
howpublished={\url{https://github.com/pytorch/benchmark}},
8-
primaryClass={cs.PF}
9-
}
1+
cff-version: 1.2.0
2+
title: "TorchBench: A collection of open source benchmarks for PyTorch performance and usability evaluation"
3+
authors:
4+
- family-names: Constable
5+
given-names: Will
6+
- family-names: Zhao
7+
given-names: Xu
8+
- family-names: Bittorf
9+
given-names: Victor
10+
- family-names: Christoffersen
11+
given-names: Eric
12+
- family-names: Robie
13+
given-names: Taylor
14+
- family-names: Han
15+
given-names: Eric
16+
- family-names: Wu
17+
given-names: Peng
18+
- family-names: Korovaiko
19+
given-names: Nick
20+
- family-names: Ansel
21+
given-names: Jason
22+
- family-names: Reblitz-Richardson
23+
given-names: Orion
24+
- family-names: Chintala
25+
given-names: Soumith
26+
message: "If you use this software, please cite it using these metadata."
27+
date-released: 2020-09-03
28+
repository-code: "https://github.com/pytorch/benchmark"

0 commit comments

Comments
 (0)