chore: the backend matches the model file

This commit is contained in:
jialin
2025-03-12 10:43:59 +08:00
parent 5edbc1a7b5
commit 0fc570b138
16 changed files with 285 additions and 132 deletions
+3 -1
View File
@@ -230,5 +230,7 @@ export default {
'common.search.empty': 'No matching results found.',
'common.button.downloadLog': 'Download Log',
'common.button.faq': 'FAQ',
'common.button.moreInfo': 'More Info'
'common.button.moreInfo': 'More Info',
'common.text.warning': 'Warning',
'common.text.error': 'Error'
};
+6 -1
View File
@@ -110,5 +110,10 @@ export default {
'models.table.llamaAcrossworker': 'Llama-box Across Workers',
'models.table.vllmAcrossworker': 'vLLM Across Workers',
'models.form.releases': 'Releases',
'models.form.moreparameters': 'More Parameters'
'models.form.moreparameters': 'Parameter Description',
'models.table.vram.allocated': 'Allocated VRAM',
'models.form.backend.warning':
'The backend for GGUF format models uses llama-box.',
'models.form.backend.warning.llamabox':
'Llama-box only supports GGUF format models. If your model files were downloaded from Ollama, you can ignore this warning.'
};
+3 -1
View File
@@ -228,5 +228,7 @@ export default {
'common.search.empty': 'Ничего не найдено',
'common.button.downloadLog': 'Скачать логи',
'common.button.faq': 'TODO: Translate key "common.button.faq"',
'common.button.moreInfo': 'TODO: Translate key "common.button.moreInfo"'
'common.button.moreInfo': 'TODO: Translate key "common.button.moreInfo"',
'common.text.warning': 'TODO: Translate key "common.text.warning"',
'common.text.error': 'TODO: Translate key "common.text.error"'
};
+3 -1
View File
@@ -223,5 +223,7 @@ export default {
'common.search.empty': '未找到匹配结果',
'common.button.downloadLog': '下载日志',
'common.button.faq': '常见问题',
'common.button.moreInfo': '更多信息'
'common.button.moreInfo': '更多信息',
'common.text.warning': '警告',
'common.text.error': '错误'
};
+5 -1
View File
@@ -106,5 +106,9 @@ export default {
'models.table.llamaAcrossworker': 'Llama-box 跨节点',
'models.table.vllmAcrossworker': 'vLLM 跨节点',
'models.form.releases': '版本',
'models.form.moreparameters': '更多参数'
'models.form.moreparameters': '参数说明',
'models.table.vram.allocated': '分配显存',
'models.form.backend.warning': 'GGUF 格式模型后端用 llama-box。',
'models.form.backend.warning.llamabox':
'llama-box 仅支持 GGUF 格式模型,如果您的模型是从 Ollama 下载的模型文件,忽略此警告。'
};