chore: display the direct command in add worker

This commit is contained in:
jialin
2024-12-23 16:33:08 +08:00
parent 4391705c9a
commit e7de1896ea
32 changed files with 359 additions and 125 deletions
+9 -1
View File
@@ -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'
};