chore: the backend matches the model file
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
@@ -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.'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user