File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
components/backends/sglang Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 workingDir : /workspace/components/backends/sglang
4343 command : ["sh", "-c"]
4444 args :
45- - " python3 -m dynamo.sglang.utils.clear_namespace --namespace dynamo && dynamo run in=http out=dyn --http-port=8000"
45+ - " python3 -m dynamo.sglang.utils.clear_namespace --namespace dynamo && python3 -m dynamo.frontend --http-port=8000"
4646 SGLangDecodeWorker :
4747 envFromSecret : hf-token-secret
4848 livenessProbe :
Original file line number Diff line number Diff line change 4242 workingDir : /workspace/components/backends/sglang
4343 command : ["sh", "-c"]
4444 args :
45- - " python3 -m dynamo.sglang.utils.clear_namespace --namespace dynamo && dynamo run in=http out=dyn --http-port=8000"
45+ - " python3 -m dynamo.sglang.utils.clear_namespace --namespace dynamo && python3 -m dynamo.frontend --http-port=8000"
4646 SGLangDecodeWorker :
4747 envFromSecret : hf-token-secret
4848 livenessProbe :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ trap cleanup EXIT INT TERM
1515python3 -m dynamo.sglang.utils.clear_namespace --namespace dynamo
1616
1717# run ingress
18- dynamo run in=http out=dyn --http-port=8000 &
18+ python3 -m dynamo.frontend --http-port=8000 &
1919DYNAMO_PID=$!
2020
2121# run worker
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ trap cleanup EXIT INT TERM
1515python3 -m dynamo.sglang.utils.clear_namespace --namespace dynamo
1616
1717# run ingress
18- dynamo run in=http out=dyn --http-port=8000 &
18+ python3 -m dynamo.frontend --http-port=8000 &
1919DYNAMO_PID=$!
2020
2121# run prefill worker
You can’t perform that action at this time.
0 commit comments