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 -2
View File
@@ -113,7 +113,7 @@ export default {
'models.form.moreparameters': 'Parameter Description',
'models.table.vram.allocated': 'Allocated VRAM',
'models.form.backend.warning':
'The backend for .gguf format models uses llama-box.',
'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.'
'With the llama-box backend, set the model path to a model file, like <span style="font-weight: 700">/usr/local/models/model.gguf</span>. For Ollama models, use <span style="font-weight: 700">/usr/local/models/model</span>.Please ensure the model file format is correct.'
};