fix: vllm run command

This commit is contained in:
jialin
2026-01-22 17:39:01 +08:00
parent ec9a4b2607
commit 8b282afb03
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ const CustomBackend: React.FC = () => {
{ id: 'common.help.eg' },
{
content:
'vllm serve {{model_path}} --port {{port}} --host {{worker_ip}} --served-model-name {{model_name}}'
'{{model_path}} --port {{port}} --host {{worker_ip}} --served-model-name {{model_name}}'
}
)}
></SealTextArea>