This commit is contained in:
parent
39c32555d8
commit
b5036d09c3
|
|
@ -9,11 +9,15 @@ command=python3 -m sglang.launch_server --host 0.0.0.0 --port 30000 --model-path
|
|||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
[program:ui]
|
||||
command=python3 /app/meta_ui.py --port 30001
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue