feat: benchmark list
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
'benchmark.title': 'Benchmark',
|
||||
'benchmark.button.add': 'Add Benchmark',
|
||||
'benchmark.button.compare': 'Compare',
|
||||
'benchmark.table.model': 'Model',
|
||||
'benchmark.table.dataset': 'Dataset',
|
||||
'benchmark.table.requestRate': 'Request Rate',
|
||||
'benchmark.table.gpu': 'GPU ',
|
||||
'benchmark.table.tpot': 'TPOT (ms)',
|
||||
'benchmark.table.itl': 'ITL (ms)',
|
||||
'benchmark.table.ttft': 'TTFT (ms)',
|
||||
'benchmark.table.rps': 'Requests/s',
|
||||
'benchmark.table.tps': 'Tokens/s',
|
||||
'benchmark.table.inputLen': 'Input Length',
|
||||
'benchmark.table.outputLen': 'Output Length'
|
||||
};
|
||||
Reference in New Issue
Block a user