fix: backend selection
This commit is contained in:
@@ -38,5 +38,7 @@ export default {
|
||||
'backend.replaceEntrypoint': 'Override Image Entrypoint',
|
||||
'backend.entrypoint': 'Image Entrypoint',
|
||||
'backend.entrypoint.tips':
|
||||
'If specified, the ENTRYPOINT defined in the image will be ignored, and the command below will be used as the container startup entrypoint.'
|
||||
'If specified, the ENTRYPOINT defined in the image will be ignored, and the command below will be used as the container startup entrypoint.',
|
||||
'backend.form.defaultEnvironment': 'Default Environment Variables',
|
||||
'backend.recommendModels': 'Recommended Models'
|
||||
};
|
||||
|
||||
@@ -273,5 +273,7 @@ export default {
|
||||
'No compatible GPUs are available in the selected cluster for this model.',
|
||||
'models.form.modelfile.notfound': `The model file path you specified does not exist on the GPUStack server. It's recommended to place the model file at the same path on both the GPUStack server and GPUStack workers. This helps GPUStack make better decisions.`,
|
||||
'models.form.readyWorkers': 'workers ready',
|
||||
'models.form.maxContextLength': 'Maximum Context Length'
|
||||
'models.form.maxContextLength': 'Maximum Context Length',
|
||||
'models.form.backend.helperText':
|
||||
'Not enabled yet. Will be enabled after deployment. '
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user