mingshan commited on
Commit
008d268
·
verified ·
1 Parent(s): 39f8059

Update README.md

Browse files

Add expert parallelism to vLLM and SGLang serving cookbook

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -66,12 +66,13 @@ vllm serve IFM/K2-Horizon-375B-A23B \
66
  --revision main \
67
  --model-impl transformers \
68
  --tensor-parallel-size 8 \
 
69
  --trust-remote-code \
70
  --dtype bfloat16 \
71
  --max-model-len 131072 \
72
  --reasoning-parser k2_horizon \
73
- --enable-auto-tool-choice \
74
- --tool-call-parser k2_horizon
75
  ```
76
 
77
  SGLang recipe validated on 8× H200 in the [SGLang K2 Horizon cookbook](https://docs.sglang.io/cookbook/autoregressive/IFM/K2-Horizon):
@@ -81,6 +82,7 @@ python3 -m sglang.launch_server \
81
  --model-path IFM/K2-Horizon-375B-A23B \
82
  --revision main \
83
  --tp 8 \
 
84
  --dtype bfloat16 \
85
  --attention-backend fa3 \
86
  --model-loader-extra-config '{"enable_multithread_load":false}' \
 
66
  --revision main \
67
  --model-impl transformers \
68
  --tensor-parallel-size 8 \
69
+ --enable-expert-parallel \
70
  --trust-remote-code \
71
  --dtype bfloat16 \
72
  --max-model-len 131072 \
73
  --reasoning-parser k2_horizon \
74
+ --tool-call-parser k2_horizon \
75
+ --enable-auto-tool-choice
76
  ```
77
 
78
  SGLang recipe validated on 8× H200 in the [SGLang K2 Horizon cookbook](https://docs.sglang.io/cookbook/autoregressive/IFM/K2-Horizon):
 
82
  --model-path IFM/K2-Horizon-375B-A23B \
83
  --revision main \
84
  --tp 8 \
85
+ --ep 8 \
86
  --dtype bfloat16 \
87
  --attention-backend fa3 \
88
  --model-loader-extra-config '{"enable_multithread_load":false}' \