Skip to content

Commit 74acbbc

Browse files
fix: fix sglang multinode example (#2716) (#2719)
1 parent 93b078e commit 74acbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/backends/sglang/deploy/disagg-multinode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
services:
1919
Frontend:
2020
dynamoNamespace: sglang-disagg-multinode
21-
componentType: main
21+
componentType: frontend
2222
replicas: 1
2323
extraPodSpec:
2424
mainContainer:
@@ -54,7 +54,7 @@ spec:
5454
multinode:
5555
nodeCount: 2
5656
envFromSecret: hf-token-secret
57-
dynamoNamespace: sglang-disagg
57+
dynamoNamespace: sglang-disagg-multinode
5858
componentType: worker
5959
replicas: 1
6060
resources:

0 commit comments

Comments
 (0)