[Bug] Fix outdated links in source code (#35314)
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user