Fix name order in CITATION.cff (#9423)
This commit is contained in:
parent
160e7e1289
commit
58de08d6da
|
@ -4,8 +4,8 @@ title: "PyTorch Lightning"
|
||||||
abstract: "The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate."
|
abstract: "The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate."
|
||||||
date-released: 2019-03-30
|
date-released: 2019-03-30
|
||||||
authors:
|
authors:
|
||||||
- family-names: "William"
|
- family-names: "Falcon"
|
||||||
given-names: "Falcon"
|
given-names: "William"
|
||||||
- name: "The PyTorch Lightning team"
|
- name: "The PyTorch Lightning team"
|
||||||
version: 1.4
|
version: 1.4
|
||||||
doi: 10.5281/zenodo.3828935
|
doi: 10.5281/zenodo.3828935
|
||||||
|
|
Loading…
Reference in New Issue