This commit is contained in:
hailin 2025-07-25 15:02:17 +08:00
parent 39c32555d8
commit b5036d09c3
1 changed files with 4 additions and 0 deletions

View File

@ -9,11 +9,15 @@ command=python3 -m sglang.launch_server --host 0.0.0.0 --port 30000 --model-path
autostart=true autostart=true
autorestart=true autorestart=true
stdout_logfile=/dev/stdout stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:ui] [program:ui]
command=python3 /app/meta_ui.py --port 30001 command=python3 /app/meta_ui.py --port 30001
autostart=true autostart=true
autorestart=true autorestart=true
stdout_logfile=/dev/stdout stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0