feat: add gpus_per_replicas
This commit is contained in:
@@ -195,5 +195,13 @@ export default {
|
||||
'models.accessSettings.public.tips':
|
||||
'When set to public, anyone can access this model without authentication, which may lead to data exposure risks.',
|
||||
'models.table.button.deploy': 'Deploy Now',
|
||||
'models.form.backendVersion.holder': 'Enter or select a version'
|
||||
'models.form.backendVersion.holder': 'Enter or select a version',
|
||||
'models.form.gpusperreplica': 'GPUs per Replica',
|
||||
'models.form.gpusAllocationType': 'GPU Allocation Type',
|
||||
'models.form.gpusAllocationType.auto': 'Auto',
|
||||
'models.form.gpusAllocationType.custom': 'Custom',
|
||||
'models.form.gpusAllocationType.auto.tips':
|
||||
'System calculates GPUs per replica automatically.',
|
||||
'models.form.gpusAllocationType.custom.tips':
|
||||
'You can specify the exact number of GPUs per replica.'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user