sample2.json 475 Bytes
Newer Older
sharkgene@qq.com's avatar
sharkgene@qq.com committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "filter": {
    "并发数": [],
    "模型": []

  },
  "dist_cols": ["model_name", "DCU nums"],
  "group_cols": ["bs", "input_len", "output_len"],
  "key_cols": ["option"],
  "metric_cols": ["TTFT_mean(ms)", "TPOT_mean(ms)", "GenerateThroughput(tokens/s)", "TotalThroughput(tokens/s)"],
  "files": [
    {
      "file": "weichai.xlsx",
      "sheets": [],
      "column_mapping": {
      },
      "column_replace": {
      },
      "column_add": {
      }
    }
  ]
}