Skip to content

Commit 58de08d

Browse files
authored
Fix name order in CITATION.cff (#9423)
1 parent 160e7e1 commit 58de08d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: "PyTorch Lightning"
44
abstract: "The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate."
55
date-released: 2019-03-30
66
authors:
7-
- family-names: "William"
8-
given-names: "Falcon"
7+
- family-names: "Falcon"
8+
given-names: "William"
99
- name: "The PyTorch Lightning team"
1010
version: 1.4
1111
doi: 10.5281/zenodo.3828935

0 commit comments

Comments
 (0)