Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -57,6 +57,8 @@ When you submit a model on this page, it is automatically evaluated on a set of
|
|
57 |
The GPU used for evaluation is operated with the support of __[Technology Innovation Institute (TII)](https://www.tii.ae/)__.
|
58 |
|
59 |
More details about the benchmarks and the evaluation process is provided on the “About” section below.
|
|
|
|
|
60 |
"""
|
61 |
|
62 |
ABOUT_SECTION = """
|
@@ -922,4 +924,5 @@ def main():
|
|
922 |
demo.queue(default_concurrency_limit=40).launch()
|
923 |
|
924 |
if __name__ == "__main__":
|
925 |
-
main()
|
|
|
|
57 |
The GPU used for evaluation is operated with the support of __[Technology Innovation Institute (TII)](https://www.tii.ae/)__.
|
58 |
|
59 |
More details about the benchmarks and the evaluation process is provided on the “About” section below.
|
60 |
+
|
61 |
+
Find the first version of the leaderboard hosted as Legacy in this [Space](https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard-v1).
|
62 |
"""
|
63 |
|
64 |
ABOUT_SECTION = """
|
|
|
924 |
demo.queue(default_concurrency_limit=40).launch()
|
925 |
|
926 |
if __name__ == "__main__":
|
927 |
+
main()
|
928 |
+
|