chore: update the llamabox backend tips

This commit is contained in:
jialin
2025-03-12 18:40:10 +08:00
parent fc0899d9d3
commit b31099c94d
8 changed files with 31 additions and 12 deletions
+2 -1
View File
@@ -225,5 +225,6 @@ export default {
'common.button.faq': '常见问题',
'common.button.moreInfo': '更多信息',
'common.text.warning': '警告',
'common.text.error': '错误'
'common.text.error': '错误',
'common.text.tips': '提示'
};
+2 -2
View File
@@ -108,7 +108,7 @@ export default {
'models.form.releases': '版本',
'models.form.moreparameters': '参数说明',
'models.table.vram.allocated': '分配显存',
'models.form.backend.warning': '.gguf 格式模型后端用 llama-box。',
'models.form.backend.warning': 'GGUF 格式模型后端用 llama-box。',
'models.form.backend.warning.llamabox':
'llama-box 仅支持 .gguf 格式模型,如果您的模型是从 Ollama 下载的模型文件,忽略此警告。'
'使用 llama-box 后端,模型路径需指向 GGUF 文件,如 <span style="font-weight: 700">/usr/local/models/model.gguf</span>,如果是从 Ollama 下载的模型请用 <span style="font-weight: 700">/usr/local/models/model</span> 请确保格式正确。'
};