Skip to content

Commit 603bb6a

Browse files
zhyncsxwu-intel
authored andcommitted
fix typo (sgl-project#6248)
1 parent d3e5b64 commit 603bb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/sglang/bench_serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ def __call__(self, parser, namespace, values, option_string=None):
17221722
help="Suffix applied to the end of all user prompts, followed by assistant prompt suffix.",
17231723
)
17241724
parser.add_argument(
1725-
"--pd-seperated",
1725+
"--pd-separated",
17261726
action="store_true",
17271727
help="Benchmark PD disaggregation server",
17281728
)

0 commit comments

Comments
 (0)