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:
co-authored by
AI-bot-easy
gemini-code-assist[bot]
parent
44b1b394a4
commit
48641435d6
@@ -12,5 +12,6 @@
|
|||||||
- `check_env.py`: Check the environment variables and dependencies.
|
- `check_env.py`: Check the environment variables and dependencies.
|
||||||
- `global_config.py`: The global configs and constants.
|
- `global_config.py`: The global configs and constants.
|
||||||
- `launch_server.py`: The entry point for launching a local server.
|
- `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.
|
- `utils.py`: Common utilities.
|
||||||
- `version.py`: Version info.
|
- `version.py`: Version info.
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ if __name__ == "__main__":
|
|||||||
action=argparse.BooleanOptionalAction,
|
action=argparse.BooleanOptionalAction,
|
||||||
type=bool,
|
type=bool,
|
||||||
default=False,
|
default=False,
|
||||||
help="The number of forward steps to profile.",
|
help="Whether to profile prefill and decode separately",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--cpu",
|
"--cpu",
|
||||||
|
|||||||
Reference in New Issue
Block a user