fix: do not get the backend when local path blur
This commit is contained in:
@@ -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.'
|
||||
'Llama-box only supports .gguf format models. If your model files were downloaded from Ollama, you can ignore this warning.'
|
||||
};
|
||||
|
||||
@@ -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 格式模型,如果您的模型是从 Ollama 下载的模型文件,忽略此警告。'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user