diff --git a/python/sglang/profiler.py b/python/sglang/profiler.py index 0ffa07f26602..0cbca82e1eea 100644 --- a/python/sglang/profiler.py +++ b/python/sglang/profiler.py @@ -116,7 +116,7 @@ def run_profile( action=argparse.BooleanOptionalAction, type=bool, default=False, - help="Whether to memory usage (https://pytorch.org/memory_viz)", + help="Whether to profile memory usage (https://pytorch.org/memory_viz)", ) parser.add_argument( "--rpd",