Spaces:
Sleeping
Sleeping
missing closing bracket on citation (#29)
Browse files- missing closing bracket on citation (347d15619734e251923cb86647039ef7cddadf8d)
Co-authored-by: Samuel Rincé <[email protected]>
- 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},
|