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
+8 -1
View File
@@ -75,5 +75,12 @@ export default {
'models.form.backendVersion': '后端版本',
'models.form.backendVersion.tips':
'固定指定版本以保持后端在 GPUStack 升级过程中的稳定性',
'models.form.gpuselector': 'GPU 选择器'
'models.form.gpuselector': 'GPU 选择器',
'models.form.backend.llamabox':
'llama-box: 用于 GGUF 格式模型,支持 Linux, macOS 和 Windows',
'models.form.backend.vllm': 'vLLM: 用于非 GGUF 格式模型,仅支持 x86 Linux',
'models.form.backend.voxbox': 'vox-box: 用于非 GGUF 格式的音频模型',
'models.form.search.gguftips':
'Mac 和 Windows 需要使用 GGUF 格式以确保兼容性',
'models.form.button.addlabel': '添加标签'
};