[Bug] Fix outdated links in source code (#35314)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2026-02-26 22:50:46 -05:00
committed by GitHub
parent a532c83849
commit 062b789632
5 changed files with 11 additions and 7 deletions

View File

@@ -564,8 +564,10 @@ if __name__ == "__main__":
"--json-trace",
type=str,
required=True,
help="json trace file output by \
examples/offline_inference/profiling.py",
help=(
"JSON trace file generated by scripts that use "
"vllm.profiler.layerwise_profile"
),
)
parser.add_argument(
"--output-directory", type=str, required=False, help="Directory to output plots"