style: adjust ram prcision
This commit is contained in:
@@ -206,7 +206,7 @@ export default {
|
||||
'models.form.gpusAllocationType.auto': 'Auto',
|
||||
'models.form.gpusAllocationType.custom': 'Custom',
|
||||
'models.form.gpusAllocationType.auto.tips':
|
||||
'System calculates GPUs per replica automatically.',
|
||||
'The system automatically calculates the GPU count per replica, using powers of two by default and capped by the selected GPUs.',
|
||||
'models.form.gpusAllocationType.custom.tips':
|
||||
'You can specify the exact number of GPUs per replica.',
|
||||
'models.mymodels.status.inactive': 'Stopped',
|
||||
|
||||
@@ -206,7 +206,7 @@ export default {
|
||||
'models.form.gpusAllocationType.auto': 'Auto',
|
||||
'models.form.gpusAllocationType.custom': 'Custom',
|
||||
'models.form.gpusAllocationType.auto.tips':
|
||||
'System calculates GPUs per replica automatically.',
|
||||
'The system automatically calculates the GPU count per replica, using powers of two by default and capped by the selected GPUs.',
|
||||
'models.form.gpusAllocationType.custom.tips':
|
||||
'You can specify the exact number of GPUs per replica.',
|
||||
'models.mymodels.status.inactive': 'Stopped',
|
||||
@@ -293,7 +293,7 @@ export default {
|
||||
// 34. 'models.form.gpusAllocationType': 'GPU Allocation Type',
|
||||
// 35. 'models.form.gpusAllocationType.auto': 'Auto',
|
||||
// 36. 'models.form.gpusAllocationType.custom': 'Custom',
|
||||
// 37. 'models.form.gpusAllocationType.auto.tips': 'System calculates GPUs per replica automatically.',
|
||||
// 37. 'models.form.gpusAllocationType.auto.tips': 'The system automatically calculates the GPU count per replica, using powers of two by default and capped by the selected GPUs.',
|
||||
// 38. 'models.form.gpusAllocationType.custom.tips': 'You can specify the exact number of GPUs per replica.',
|
||||
// 39. 'models.mymodels.status.inactive': 'Stopped',
|
||||
// 41. 'models.mymodels.status.degrade': 'Abnormal',
|
||||
|
||||
@@ -206,7 +206,7 @@ export default {
|
||||
'models.form.gpusAllocationType.auto': 'Авто',
|
||||
'models.form.gpusAllocationType.custom': 'Вручную',
|
||||
'models.form.gpusAllocationType.auto.tips':
|
||||
'Система автоматически рассчитывает количество GPU на реплику.',
|
||||
'The system automatically calculates the GPU count per replica, using powers of two by default and capped by the selected GPUs.',
|
||||
'models.form.gpusAllocationType.custom.tips':
|
||||
'Вы можете указать точное количество GPU на реплику.',
|
||||
'models.mymodels.status.inactive': 'Остановлен',
|
||||
@@ -264,4 +264,5 @@ export default {
|
||||
// 4. 'models.form.backend.voxbox': 'Only supports NVIDIA GPUs and CPUs.',
|
||||
// 5. 'models.form.backend.mindie': 'Only supports Ascend NPUs.',
|
||||
// 6. 'models.form.backend.sglang': 'Built-in support for NVIDIA/AMD GPUs and Ascend NPUs.',
|
||||
// 7. 'models.form.gpusAllocationType.auto.tips': 'The system automatically calculates the GPU count per replica, using powers of two by default and capped by the selected GPUs.',
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -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