Update ui/evaluation.py
Browse files- ui/evaluation.py +0 -3
ui/evaluation.py
CHANGED
@@ -54,8 +54,5 @@ def render_eval_info():
|
|
54 |
--num workers 4
|
55 |
```
|
56 |
|
57 |
-
NOTES
|
58 |
-
- Checkpoints and config files for the open source systems used in our benchmark can be found at :
|
59 |
-
- Example inference command for every model can be found at :
|
60 |
"""
|
61 |
return gr.Markdown(text, latex_delimiters=[{ "left": "$", "right": "$", "display": True }])
|
|
|
54 |
--num workers 4
|
55 |
```
|
56 |
|
|
|
|
|
|
|
57 |
"""
|
58 |
return gr.Markdown(text, latex_delimiters=[{ "left": "$", "right": "$", "display": True }])
|