style: adjust ram prcision
This commit is contained in:
@@ -195,7 +195,7 @@ export default {
|
||||
'models.form.gpusAllocationType.auto': '自动',
|
||||
'models.form.gpusAllocationType.custom': '自定义',
|
||||
'models.form.gpusAllocationType.auto.tips':
|
||||
'系统自动计算每个副本的 GPU 数量。',
|
||||
'系统自动计算每个副本的 GPU 数量,默认是 2 的幂,不超过选择的 GPU 数量。',
|
||||
'models.form.gpusAllocationType.custom.tips': '您可以指定每个副本的 GPU 数量',
|
||||
'models.mymodels.status.inactive': '已停止',
|
||||
'models.mymodels.status.degrade': '异常',
|
||||
@@ -217,8 +217,8 @@ export default {
|
||||
'models.form.numDraftTokens': '草稿生成 Token 数',
|
||||
'models.form.ngramMinMatchLength': 'N-gram 最小匹配长度',
|
||||
'models.form.ngramMaxMatchLength': 'N-gram 最大匹配长度',
|
||||
'models.form.mode.throughput': '高吞吐',
|
||||
'models.form.mode.latency': '低延迟',
|
||||
'models.form.mode.throughput': '吞吐',
|
||||
'models.form.mode.latency': '延迟',
|
||||
'models.form.mode.baseline': '标准',
|
||||
'models.form.mode.throughput.tips': '在高并发请求下优化吞吐性能。',
|
||||
'models.form.mode.latency.tips': '在低并发请求下优化响应延迟。',
|
||||
|
||||
Reference in New Issue
Block a user