AppleSwing commited on
Commit
ca004fc
·
verified ·
1 Parent(s): 696abc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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