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

Co-authored-by: AI-bot-easy <litchys0123@outlook.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
ai-easy-cpu
2025-11-05 12:15:13 +08:00
committed by GitHub
parent 44b1b394a4
commit 48641435d6
2 changed files with 2 additions and 1 deletions

View File

@@ -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.

View File

@@ -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",