feat: add gpus_per_replicas
This commit is contained in:
@@ -192,7 +192,15 @@ 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.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -226,6 +234,12 @@ export default {
|
||||
// 29. 'models.accessSettings.allowedUsers': 'Allowed users',
|
||||
// 30. 'models.accessSettings.public.tips': 'When set to public, anyone can access this model without authentication, which may lead to data exposure risks.',
|
||||
// 31. 'models.table.button.deploy': 'Deploy Now',
|
||||
// 32. 'models.form.backendVersion.holder': 'Enter or select a version'
|
||||
// 32. 'models.form.backendVersion.holder': 'Enter or select a version',
|
||||
// 33. 'models.form.gpusperreplica': 'GPUs per Replica',
|
||||
// 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.',
|
||||
// 38. 'models.form.gpusAllocationType.custom.tips': 'You can specify the exact number of GPUs per replica.'
|
||||
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
Reference in New Issue
Block a user