fix(style): always display offloads info
This commit is contained in:
@@ -115,5 +115,5 @@ export default {
|
||||
'models.form.backend.warning':
|
||||
'The backend for GGUF format models uses llama-box.',
|
||||
'models.form.backend.warning.llamabox':
|
||||
'Use 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>.Ensure the model file format is correct.'
|
||||
'Use the llama-box backend, set the absolute model path to the model file, such as <span style="font-weight: 700">/usr/local/models/model.gguf</span>. For sharded models, set the first shard file of the model, such as <span style="font-weight: 700">/usr/local/models/model-00001-of-00004.gguf</span>.'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user