Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -472,12 +472,12 @@ def build_app() -> gr.Blocks:
|
|
| 472 |
with gr.Accordion("📖 About Tasks & Metrics", open=True):
|
| 473 |
gr.Markdown(
|
| 474 |
"### Tasks\n- **GSM8K**, **LongBench**, **MMLU**, **NuminaMath**, **RULER**\n\n",
|
| 475 |
-
"### Metrics\n- **E2E(s)**: Latency | **Cost($)** | **T/s**: Throughput | **S-MBU/MFU**: Utilization | **TPOT**, **TTFT**"
|
| 476 |
elem_classes="info-section"
|
| 477 |
)
|
| 478 |
|
| 479 |
gr.Markdown(
|
| 480 |
-
"Github Repo: [https://github.com/Auto-CAP/MoE-CAP](https://github.com/Auto-CAP/MoE-CAP)"
|
| 481 |
elem_classes="info-section"
|
| 482 |
)
|
| 483 |
|
|
|
|
| 472 |
with gr.Accordion("📖 About Tasks & Metrics", open=True):
|
| 473 |
gr.Markdown(
|
| 474 |
"### Tasks\n- **GSM8K**, **LongBench**, **MMLU**, **NuminaMath**, **RULER**\n\n",
|
| 475 |
+
"### Metrics\n- **E2E(s)**: Latency | **Cost($)** | **T/s**: Throughput | **S-MBU/MFU**: Utilization | **TPOT**, **TTFT**",
|
| 476 |
elem_classes="info-section"
|
| 477 |
)
|
| 478 |
|
| 479 |
gr.Markdown(
|
| 480 |
+
"Github Repo: [https://github.com/Auto-CAP/MoE-CAP](https://github.com/Auto-CAP/MoE-CAP)",
|
| 481 |
elem_classes="info-section"
|
| 482 |
)
|
| 483 |
|