AppleSwing commited on
Commit
6034c76
·
verified ·
1 Parent(s): 2decc9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -472,7 +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",
 
 
 
 
 
476
  elem_classes="info-section"
477
  )
478
 
 
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