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