Skip to content

Commit f537110

Browse files
authored
[Easy] Fix git repo url in citation (#2599)
Fix git repo url in citation
1 parent 6b82931 commit f537110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ message: "If you use this software, please cite it as below."
44
type: software
55
authors:
66
- given-names: "torchao maintainers and contributors"
7-
url: "https//github.com/pytorch/torchao"
7+
url: "https//github.com/pytorch/ao"
88
license: "BSD-3-Clause"
99
date-released: "2024-10-25"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ If you find the torchao library useful, please cite it in your work as below.
278278
@software{torchao,
279279
title={TorchAO: PyTorch-Native Training-to-Serving Model Optimization},
280280
author={torchao},
281-
url={https://github.com/pytorch/torchao},
281+
url={https://github.com/pytorch/ao},
282282
license={BSD-3-Clause},
283283
month={oct},
284284
year={2024}

0 commit comments

Comments
 (0)