openfree commited on
Commit
f0bd538
·
verified ·
1 Parent(s): 5574e55

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +1 -1
src/about.py CHANGED
@@ -32,7 +32,7 @@ LLM_BENCHMARKS_TEXT = f"""
32
  To reproduce our results, here is the commands you can run:
33
  """
34
 
35
- EVALUATION_QUEUE_TEXT = """
36
  ## Some good practices before submitting a model
37
  ### 1) Make sure you can load your model and tokenizer using AutoClasses:
38
  ```python
 
32
  To reproduce our results, here is the commands you can run:
33
  """
34
 
35
+ EVALUATION_QUEUE_TEXT = '''
36
  ## Some good practices before submitting a model
37
  ### 1) Make sure you can load your model and tokenizer using AutoClasses:
38
  ```python