Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions python/sglang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
- `check_env.py`: Check the environment variables and dependencies.
- `global_config.py`: The global configs and constants.
- `launch_server.py`: The entry point for launching a local server.
- `profiler.py`: The profiling entry point to send profile requests.
- `utils.py`: Common utilities.
- `version.py`: Version info.
2 changes: 1 addition & 1 deletion python/sglang/profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def run_profile(
action=argparse.BooleanOptionalAction,
type=bool,
default=False,
help="The number of forward steps to profile.",
help="Whether to profile prefill and decode separately",
)
parser.add_argument(
"--cpu",
Expand Down
Loading