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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user