lsw825 commited on
Commit
2bfbc7b
·
verified ·
1 Parent(s): c46f181

Update docs/deploy_guidance.md

Browse files
Files changed (1) hide show
  1. docs/deploy_guidance.md +1 -1
docs/deploy_guidance.md CHANGED
@@ -65,7 +65,7 @@ python -m sglang.launch_server --model-path $MODEL_PATH --tp 16 --dist-init-addr
65
 
66
  ### Data Parallelism + Expert Parallelism
67
 
68
- Here is an example for large scale Prefill-Decode Disagreegation (4P12D H200) with DP+EP in SGLang:
69
 
70
  ``` bash
71
  # for prefill node
 
65
 
66
  ### Data Parallelism + Expert Parallelism
67
 
68
+ Here is an example for large scale Prefill-Decode Disaggregation (4P12D H200) with DP+EP in SGLang:
69
 
70
  ``` bash
71
  # for prefill node