Spaces:
Running
Running
File size: 805 Bytes
07c6067 c8763bd d8b9ce2 d262fb3 534ff40 c8763bd |
1 2 3 4 5 6 7 8 9 10 |
TITLE = """<h1 align="center" id="space-title">π€ Open LLM-Perf Leaderboard</h1>"""
INTRODUCTION_TEXT = f"""
The π€ Open LLM-Perf Leaderboard aims to benchmark the performance (latency & throughput) of Large Language Models (LLMs) on different backends and hardwares using [Optimum-Benchmark](https://github.com/huggingface/optimum-benchmark)
π€ Anyone from the community can submit a model or hardware+backend configuration for automated benchmarking on the π€ GPU cluster.
Model submissions should be made in the [π€ Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
Hardware+Backend submissions should be made in the [π€ Open LLM-Perf Leaderboard's community discussions](https://huggingface.co/spaces/optimum/llm-perf-leaderboard/discussions).
"""
|