Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update arXiv citation #1598

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,25 @@ authors:
message: "If you use this software, please cite it using these metadata."
date-released: 2020-09-03
repository-code: "https://github.com/pytorch/benchmark"
preferred-citation:
type: article
authors:
- family-names: "Hao"
given-names: "Yueming"
- family-names: "Zhao"
given-names: "Xu"
- family-names: "Bao"
given-names: "Bin"
- family-names: "Berard"
given-names: "David"
- family-names: "Constable"
given-names: "Will"
- family-names: "Aziz"
given-names: "Adnan"
- family-names: "Liu"
given-names: "Xu"
title: "TorchBench: Benchmarking PyTorch with High API Surface Coverage"
year: 2023
eprint: "2304.14226"
primary-class: "cs.LG"
archivePrefix: "arXiv"
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,18 @@ See [Unidash](https://www.internalfb.com/intern/unidash/dashboard/pytorch_benchm
## Adding new models

See [Adding Models](torchbenchmark/models/ADDING_MODELS.md).

## Citation

If you use TorchBench in your academic work, please cite the following:
```
@misc{hao2023torchbench,
title={TorchBench: Benchmarking PyTorch with High API Surface Coverage},
author={Yueming Hao and Xu Zhao and Bin Bao and David Berard and Will Constable and Adnan Aziz and Xu Liu},
year={2023},
eprint={2304.14226},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
```
The full paper [TorchBench: Benchmarking PyTorch with High API Surface Coverage](https://arxiv.org/abs/2304.14226) is public on arXiv.org.