95 lines
4.8 KiB
TypeScript
95 lines
4.8 KiB
TypeScript
export default {
|
|
'benchmark.title': '基准测试',
|
|
'benchmark.button.add': '添加基准测试',
|
|
'benchmark.button.edit': '编辑基准测试',
|
|
'benchmark.button.compare': '对比',
|
|
'benchmark.table.model': '模型',
|
|
'benchmark.table.instance': '模型实例',
|
|
'benchmark.table.dataset': '数据集',
|
|
'benchmark.table.requestRate': '请求率',
|
|
'benchmark.table.gpu': 'GPU ',
|
|
'benchmark.table.tpot': 'TPOT',
|
|
'benchmark.table.itl': 'ITL',
|
|
'benchmark.table.ttft': 'TTFT',
|
|
'benchmark.table.rps': '请求数/秒',
|
|
'benchmark.table.tps': 'Tokens/秒',
|
|
'benchmark.table.inputLen': '输入长度',
|
|
'benchmark.table.outputLen': '输出长度',
|
|
'benchmark.form.profile': '模式',
|
|
'benchmark.form.totalRequests': '总请求数',
|
|
'benchmark.form.totalRequests.tips': '总请求数',
|
|
'benchmark.form.profile.latency': '延迟',
|
|
'benchmark.form.profile.throughput': '吞吐',
|
|
'benchmark.form.profile.longContext': '长上下文',
|
|
'benchmark.form.profile.heavy': '高生成量',
|
|
'benchmark.form.profile.custom': '自定义',
|
|
'benchmark.table.inputTokenLength': '输入 Token 长度',
|
|
'benchmark.table.outputTokenLength': '输出 Token 长度',
|
|
'benchmark.detail.summary.title': '摘要',
|
|
'benchmark.detail.configure.title': '配置',
|
|
'benchmark.detail.environment.title': '环境',
|
|
'benchmark.detail.logs.title': '日志',
|
|
'benchmark.form.profile.latency.tips':
|
|
'单请求延迟测试,关注 TTFT 与尾延迟。适用于 API 服务和聊天场景。',
|
|
'benchmark.form.profile.throughput.tips':
|
|
'在真实提示长度下测试最大吞吐量。常用于 GPU 与模型性能对比的基准。',
|
|
'benchmark.form.profile.longContext.tips':
|
|
'长上下文压力测试。评估 KV Cache 行为、内存占用及后端稳定性。',
|
|
'benchmark.form.profile.heavy.tips':
|
|
'以解码为主的生成测试。衡量持续解码速度与输出 Token 吞吐能力。',
|
|
'benchmark.table.filter.bygpu': 'GPU 查询',
|
|
'benchmark.table.filter.bymodel': '模型查询',
|
|
'benchmark.table.filter.bydataset': '按数据集过滤',
|
|
'benchmark.table.filter.byProfile': '按模式过滤',
|
|
'benchmark.table.avg': '均值',
|
|
'benchmark.table.columnSettings': '列设置',
|
|
'benchmark.detail.summary.results': '测试结果',
|
|
'benchmark.detail.summary.metadata': '元数据',
|
|
'benchmark.detail.summary.metrics': '测试指标',
|
|
'benchmark.detail.summary.latency': '延迟',
|
|
'benchmark.detail.summary.throughput': '吞吐',
|
|
'benchmark.detail.summary.request': '请求数',
|
|
'benchmark.detail.avg.reqLatency': '请求延迟 均值',
|
|
'benchmark.detail.avg.ttft': 'TTFT 均值',
|
|
'benchmark.detail.avg.tpot': 'TPOT 均值',
|
|
'benchmark.detail.avg.itl': 'ITL 均值',
|
|
'benchmark.detail.throughput.totalToken': '总吞吐量',
|
|
'benchmark.detail.throughput.inputToken': '输入吞吐量',
|
|
'benchmark.detail.throughput.outputToken': '输出吞吐量',
|
|
'benchmark.detail.requests.total': '请求总数',
|
|
'benchmark.detail.requests.success': '请求成功数',
|
|
'benchmark.detail.requests.failed': '请求失败数',
|
|
'benchmark.detail.requests.incomplete': '请求未完成数',
|
|
'benchmark.detail.requests.concurrency': '请求并发数均值',
|
|
'benchmark.detail.requests.concurrency.max': '请求并发数峰值',
|
|
'benchmark.detail.percentile.latency': '延迟',
|
|
'benchmark.detail.percentile.inputTokens': '输入 Token',
|
|
'benchmark.detail.percentile.outputTokens': '输出 Token',
|
|
'benchmark.detail.percentile.input': '输入',
|
|
'benchmark.detail.percentile.output': '输出',
|
|
'benchmark.detail.percentile.total': '总量',
|
|
'benchmark.detail.configure.tokenLength': 'Token 长度 (输入/输出)',
|
|
'benchmark.detail.percentile.title': '百分位数',
|
|
'benchmark.detail.modelName': '模型名称',
|
|
'benchmark.detail.instanceName': '实例名称',
|
|
'benchmark.detail.configure': '测试配置',
|
|
'benchmark.detail.modelFile': '模型文件',
|
|
'benchmark.detail.kvCache': '扩展 KV 缓存',
|
|
'benchmark.detail.speculativeDecoding': '推测解码',
|
|
'benchmark.detail.inputOutputTokenLength': 'Token 长度 (输入/输出)',
|
|
'benchmark.env.gpuName': 'GPU 名称',
|
|
'benchmark.env.workerName': '节点名称',
|
|
'benchmark.env.index': '序号',
|
|
'benchmark.env.system': '系统',
|
|
'benchmark.env.runtimeVersion': '运行时版本',
|
|
'benchmark.env.driverVersion': '驱动版本',
|
|
'benchmark.env.cpuCounts': 'CPU 核心数',
|
|
'benchmark.table.export.results': '导出结果',
|
|
'benchmark.form.nonLlmModel.tips': '基准测试目前仅支持 LLM 模型',
|
|
'benchmark.detail.result.duration': '耗时',
|
|
'benchmark.detail.result.basic': '基础信息',
|
|
'benchmark.form.profile.ShareGPT': 'ShareGPT',
|
|
'benchmark.form.profile.ShareGPT.tips':
|
|
'用于测量基于真实对话数据的最大吞吐量,适合进行 GPU 与模型性能基准测试。'
|
|
};
|