Skip to content

Commit 11d2426

Browse files
authored
fix: use mc backend for disagg (#4095) (#4105)
1 parent 3ad46ff commit 11d2426

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

recipes/deepseek-r1/sglang/disagg-16gpu/deploy.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ spec:
6969
- --skip-tokenizer-init
7070
- --disaggregation-mode
7171
- decode
72-
- --disaggregation-transfer-backend
73-
- nixl
7472
- --disaggregation-bootstrap-port
7573
- "30001"
7674
- --mem-fraction-static
@@ -120,8 +118,6 @@ spec:
120118
- --skip-tokenizer-init
121119
- --disaggregation-mode
122120
- prefill
123-
- --disaggregation-transfer-backend
124-
- nixl
125121
- --disaggregation-bootstrap-port
126122
- "30001"
127123
- --mem-fraction-static

recipes/deepseek-r1/sglang/disagg-8gpu/deploy.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ spec:
6767
- --skip-tokenizer-init
6868
- --disaggregation-mode
6969
- decode
70-
- --disaggregation-transfer-backend
71-
- nixl
7270
- --disaggregation-bootstrap-port
7371
- "30001"
7472
- --host
@@ -114,8 +112,6 @@ spec:
114112
- --skip-tokenizer-init
115113
- --disaggregation-mode
116114
- prefill
117-
- --disaggregation-transfer-backend
118-
- nixl
119115
- --disaggregation-bootstrap-port
120116
- "30001"
121117
- --host

0 commit comments

Comments
 (0)