Skip to content

Commit dfeb234

Browse files
authored
reorder authors (huggingface#699)
1 parent d50bc30 commit dfeb234

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pre-commit run --all-files
123123

124124
```bibtex
125125
@misc{lighteval,
126-
author = {Fourrier, Clémentine and Habib, Nathan and Kydlíček, Hynek and Wolf, Thomas and Tunstall, Lewis},
126+
author = {Habib, Nathan and Fourrier, Clémentine and Kydlíček, Hynek and Wolf, Thomas and Tunstall, Lewis},
127127
title = {LightEval: A lightweight framework for LLM evaluation},
128128
year = {2023},
129129
version = {0.8.0},

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ where = ["src"]
3232
name = "lighteval"
3333
version = "0.8.1.dev0"
3434
authors = [
35-
{ name="Clémentine Fourrier", email="[email protected]" },
3635
{ name="Nathan Habib", email="[email protected]" },
36+
{ name="Clémentine Fourrier", email="[email protected]" },
3737
{ name="Thomas Wolf", email="[email protected]" },
3838
]
3939
maintainers = [
40-
{ name="Clémentine Fourrier", email="[email protected]" },
4140
{ name="Nathan Habib", email="[email protected]" },
41+
{ name="Clémentine Fourrier", email="[email protected]" },
4242
]
4343
description = "A lightweight and configurable evaluation package"
4444
readme = "README.md"

0 commit comments

Comments
 (0)