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
@@ -60,7 +60,7 @@ const BasicForm: React.FC<AddModalProps> = ({ action, currentData }) => {
{ 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}}'
}
)}
autoSize={{ minRows: 2, maxRows: 5 }}