fix: benchmark tooltip issues
This commit is contained in:
@@ -43,6 +43,6 @@ export default {
|
||||
'backend.recommendModels': 'Recommended Models',
|
||||
'backend.filter.source': 'Filter by source',
|
||||
'backend.add.custom': 'Custom',
|
||||
'backend.add.community': 'Community Backends',
|
||||
'backend.add.community': 'Community',
|
||||
'backend.community.title': 'Community Backend Marketplace'
|
||||
};
|
||||
|
||||
@@ -83,5 +83,7 @@ export default {
|
||||
'benchmark.env.cpuCounts': 'CPU Cores',
|
||||
'benchmark.table.export.results': 'Export Results',
|
||||
'benchmark.form.nonLlmModel.tips':
|
||||
'Benchmarking currently only supports LLM models'
|
||||
'Benchmarking currently only supports LLM models',
|
||||
'benchmark.detail.result.duration': 'Duration',
|
||||
'benchmark.detail.result.basic': 'Basic'
|
||||
};
|
||||
|
||||
@@ -43,6 +43,6 @@ export default {
|
||||
'backend.recommendModels': 'Recommended Models',
|
||||
'backend.filter.source': 'Filter by source',
|
||||
'backend.add.custom': 'Custom',
|
||||
'backend.add.community': 'Community Backends',
|
||||
'backend.add.community': 'Community',
|
||||
'backend.community.title': 'Community Backend Marketplace'
|
||||
};
|
||||
|
||||
@@ -83,5 +83,7 @@ export default {
|
||||
'benchmark.env.cpuCounts': 'CPU Cores',
|
||||
'benchmark.table.export.results': 'Export Results',
|
||||
'benchmark.form.nonLlmModel.tips':
|
||||
'Benchmarking currently only supports LLM models'
|
||||
'Benchmarking currently only supports LLM models',
|
||||
'benchmark.detail.result.duration': 'Duration',
|
||||
'benchmark.detail.result.basic': 'Basic'
|
||||
};
|
||||
|
||||
@@ -43,7 +43,7 @@ export default {
|
||||
'backend.recommendModels': 'Recommended Models',
|
||||
'backend.filter.source': 'Filter by source',
|
||||
'backend.add.custom': 'Custom',
|
||||
'backend.add.community': 'Community Backends',
|
||||
'backend.add.community': 'Community',
|
||||
'backend.community.title': 'Community Backend Marketplace'
|
||||
};
|
||||
|
||||
@@ -52,6 +52,6 @@ export default {
|
||||
// 2. 'backend.recommendModels': 'Recommended Models',
|
||||
// 3. 'backend.filter.source': 'Filter by source',
|
||||
// 4. 'backend.add.custom': 'Custom',
|
||||
// 5. 'backend.add.community': 'Community Backends',
|
||||
// 5. 'backend.add.community': 'Community',
|
||||
// 6. 'backend.community.title': 'Community Backend Marketplace'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -83,5 +83,7 @@ export default {
|
||||
'benchmark.env.cpuCounts': 'CPU Cores',
|
||||
'benchmark.table.export.results': 'Export Results',
|
||||
'benchmark.form.nonLlmModel.tips':
|
||||
'Benchmarking currently only supports LLM models'
|
||||
'Benchmarking currently only supports LLM models',
|
||||
'benchmark.detail.result.duration': 'Duration',
|
||||
'benchmark.detail.result.basic': 'Basic'
|
||||
};
|
||||
|
||||
@@ -40,6 +40,6 @@ export default {
|
||||
'backend.recommendModels': '推荐模型',
|
||||
'backend.filter.source': '按来源过滤',
|
||||
'backend.add.custom': '自定义',
|
||||
'backend.add.community': '社区后端',
|
||||
'backend.add.community': '社区',
|
||||
'backend.community.title': '社区后端市场'
|
||||
};
|
||||
|
||||
@@ -82,5 +82,7 @@ export default {
|
||||
'benchmark.env.driverVersion': '驱动版本',
|
||||
'benchmark.env.cpuCounts': 'CPU 核心数',
|
||||
'benchmark.table.export.results': '导出结果',
|
||||
'benchmark.form.nonLlmModel.tips': '基准测试目前仅支持 LLM 模型'
|
||||
'benchmark.form.nonLlmModel.tips': '基准测试目前仅支持 LLM 模型',
|
||||
'benchmark.detail.result.duration': '耗时',
|
||||
'benchmark.detail.result.basic': '基础信息'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user