chore: get start from deploying
This commit is contained in:
@@ -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>'
|
||||
};
|
||||
|
||||
@@ -99,5 +99,8 @@ export default {
|
||||
'指向包含 .safetensors, config.json 文件的模型目录,例如 /usr/local/models/model/',
|
||||
'models.localpath.chunks.tips':
|
||||
'指向模型第一个分片文件,例如 /usr/local/models/model-00001-of-00004.gguf',
|
||||
'models.form.replicas.tips': '多副本数实现推理请求的负载均衡'
|
||||
'models.form.replicas.tips': '多副本数实现推理请求的负载均衡',
|
||||
'models.table.list.empty': '暂无已部署模型',
|
||||
'models.table.list.getStart':
|
||||
'<span style="margin-right: 5px;font-size: 13px;">一键部署</span><span style="font-size: 14px;font-weight: 700">DeepSeek-R1-Distill-Qwen-1.5B</span><span style="margin-left: 5px;font-size: 13px;">立即使用!</span>'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user