feat: benchmark list
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
'benchmark.title': '基准测试',
|
||||
'benchmark.button.add': '添加基准测试',
|
||||
'benchmark.button.compare': '对比',
|
||||
'benchmark.table.model': '模型',
|
||||
'benchmark.table.dataset': '数据集',
|
||||
'benchmark.table.requestRate': '请求率',
|
||||
'benchmark.table.gpu': 'GPU ',
|
||||
'benchmark.table.tpot': 'TPOT (ms)',
|
||||
'benchmark.table.itl': 'ITL (ms)',
|
||||
'benchmark.table.ttft': 'TTFT (ms)',
|
||||
'benchmark.table.rps': '请求数/秒',
|
||||
'benchmark.table.tps': 'Tokens/秒',
|
||||
'benchmark.table.inputLen': '输入长度',
|
||||
'benchmark.table.outputLen': '输出长度'
|
||||
};
|
||||
Reference in New Issue
Block a user