BenchmarkBot commited on
Commit
b869fcb
β€’
1 Parent(s): 9dc4521

fix unicode

Browse files
Files changed (1) hide show
  1. src/assets/text_content.py +1 -1
src/assets/text_content.py CHANGED
@@ -8,7 +8,7 @@ Anyone from the community can submit a model or a hardware+backend configuration
8
  """
9
 
10
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
11
- CITATION_BUTTON_TEXT = """@misc{open-llm-perf-leaderboard,
12
  author = {Ilyas Moutawwakil},
13
  title = {Open LLM-Perf Leaderboard},
14
  year = {2023},
 
8
  """
9
 
10
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
11
+ CITATION_BUTTON_TEXT = r"""@misc{open-llm-perf-leaderboard,
12
  author = {Ilyas Moutawwakil},
13
  title = {Open LLM-Perf Leaderboard},
14
  year = {2023},