chore: display the direct command in add worker
This commit is contained in:
@@ -212,5 +212,6 @@ export default {
|
||||
'common.text.latest': 'Latest',
|
||||
'common.text.new': 'New',
|
||||
'common.text.changelog': 'Release Notes',
|
||||
'common.button.recreate': 'Recreate'
|
||||
'common.button.recreate': 'Recreate',
|
||||
'common.button.delrecreate': 'Delete (Recreate)'
|
||||
};
|
||||
|
||||
@@ -78,5 +78,13 @@ export default {
|
||||
'models.form.backendVersion': 'Backend Version',
|
||||
'models.form.backendVersion.tips':
|
||||
'Pin a specific version to keep the backend stable across GPUStack upgrades.',
|
||||
'models.form.gpuselector': 'GPU Selector'
|
||||
'models.form.gpuselector': 'GPU Selector',
|
||||
'models.form.backend.llamabox':
|
||||
'llama-box: For GGUF format models, supports Linux, macOS, and Windows.',
|
||||
'models.form.backend.vllm':
|
||||
'vLLM: For non-GGUF format models, supports x86 Linux only.',
|
||||
'models.form.backend.voxbox': 'vox-box: For non-GGUF format audio models.',
|
||||
'models.form.search.gguftips':
|
||||
'GGUF format is required for Mac and Windows compatibility.',
|
||||
'models.form.button.addlabel': 'Add Label'
|
||||
};
|
||||
|
||||
@@ -97,8 +97,8 @@ export default {
|
||||
'playground.audio.button.generate': 'Generate Text Content',
|
||||
'playground.multiple.on': 'Enable',
|
||||
'playground.multiple.off': 'Disable',
|
||||
'playground.image.params.sampler': 'Sampler',
|
||||
'playground.image.params.schedule': 'Scheduler',
|
||||
'playground.image.params.sampler': 'Sample Method',
|
||||
'playground.image.params.schedule': 'Schedule Method',
|
||||
'playground.image.params.samplerSteps': 'Sampling Steps',
|
||||
'playground.image.params.seed': 'Seed',
|
||||
'playground.image.params.randomseed': 'Random Seed',
|
||||
|
||||
@@ -46,5 +46,9 @@ export default {
|
||||
'resources.worker.add.step2.tips':
|
||||
'Note: <span style="color: #000;font-weight: 600">mytoken</span> is the token obtained in the first step.',
|
||||
'resources.worker.add.step3':
|
||||
'Refresh workers list, you will see the new worker.'
|
||||
'After success, refresh the workers list to see the new worker.',
|
||||
'resources.worker.container.supported': 'Do not support windows.',
|
||||
'resources.worker.current.version': 'Current version is {version}.',
|
||||
'resources.worker.select.command':
|
||||
'Select a label to generate the command and copy it using the copy button.'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user