Skip to content

Commit

Permalink
Update python/sglang/srt/server_args.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lianmin Zheng <[email protected]>
  • Loading branch information
liangan1 and merrymercy committed Sep 24, 2024
1 parent 48aac38 commit 5749dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/srt/server_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def add_cli_args(parser: argparse.ArgumentParser):
type=str,
default="cuda",
choices=["cuda", "xpu"],
help="device type to run SGLang."
help="The device type."
)
parser.add_argument(
"--kv-cache-dtype",
Expand Down

0 comments on commit 5749dbb

Please sign in to comment.