chore: get start from deploying

This commit is contained in:
jialin
2025-02-24 11:47:06 +08:00
parent bcbefe29e7
commit 529b3cb18f
9 changed files with 52 additions and 40 deletions
+4 -1
View File
@@ -103,5 +103,8 @@ export default {
'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.form.replicas.tips':
'Multiple replicas enable load balancing for inference requests.'
'Multiple replicas enable load balancing for inference requests.',
'models.table.list.empty': 'No Models yet!',
'models.table.list.getStart':
'<span style="margin-right: 5px;font-size: 13px;">Get started with</span> <span style="font-size: 14px;font-weight: 700">DeepSeek-R1-Distill-Qwen-1.5B</span>'
};