Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/sglang/srt/server_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ def add_cli_args(parser: argparse.ArgumentParser):
"--deepep-config",
type=str,
default=ServerArgs.deepep_config,
help="Tuned DeepEP config suitable for your own cluster.",
help="Tuned DeepEP config suitable for your own cluster. It can be either a string with JSON content or a file path.",
)

parser.add_argument(
Expand Down
Loading