baptistecolle HF staff samuelrince commited on
Commit
f45c3f0
1 Parent(s): 4f5bf6c

missing closing bracket on citation (#29)

Browse files

- missing closing bracket on citation (347d15619734e251923cb86647039ef7cddadf8d)


Co-authored-by: Samuel Rincé <samuelrince@users.noreply.huggingface.co>

Files changed (1) hide show
  1. src/content.py +1 -0
src/content.py CHANGED
@@ -40,6 +40,7 @@ CITATION_BUTTON = r"""@misc{llm-perf-leaderboard,
40
  year = {2023},
41
  publisher = {Hugging Face},
42
  howpublished = "\url{https://huggingface.co/spaces/optimum/llm-perf-leaderboard}",
 
43
  @software{optimum-benchmark,
44
  author = {Ilyas Moutawwakil, Régis Pierrard},
45
  publisher = {Hugging Face},
 
40
  year = {2023},
41
  publisher = {Hugging Face},
42
  howpublished = "\url{https://huggingface.co/spaces/optimum/llm-perf-leaderboard}",
43
+ }
44
  @software{optimum-benchmark,
45
  author = {Ilyas Moutawwakil, Régis Pierrard},
46
  publisher = {Hugging Face},