chore: update ui tips

This commit is contained in:
jialin
2025-02-17 13:49:55 +08:00
parent db53920153
commit 7c546ed6b8
11 changed files with 83 additions and 52 deletions
+3 -1
View File
@@ -100,5 +100,7 @@ export default {
' Specify the model file, e.g., /usr/local/models/model.gguf.',
'models.localpath.safe.tips':
'Specify the model directory that contains .safetensors and config.json files, e.g., /usr/local/models/model/.',
'models.localpath.chunks.tips': `Specify the first shard file of the model, e.g., /usr/local/models/model-00001-of-00004.gguf.`
'models.localpath.chunks.tips': `Specify the first shard file of the model, e.g., /usr/local/models/model-00001-of-00004.gguf.`,
'models.form.replicas.tips':
'Multiple replicas enable load balancing for inference requests.'
};