Unverified Commit 48641435 authored by ai-easy-cpu's avatar ai-easy-cpu Committed by GitHub
Browse files

fix typo of args description in sglang.profiler (#12486)


Co-authored-by: default avatarAI-bot-easy <litchys0123@outlook.com>
Co-authored-by: default avatargemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
parent 44b1b394
......@@ -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.
......@@ -124,7 +124,7 @@ if __name__ == "__main__":
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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment