From 2f0b833a05190a71e837f0b6d3e2a01c25c86e73 Mon Sep 17 00:00:00 2001 From: Michael Yao Date: Mon, 8 Sep 2025 15:19:40 +0800 Subject: [PATCH] [Docs] Fix a tip indentation and typo (#24419) Signed-off-by: windsonsea --- docs/contributing/profiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/profiling.md b/docs/contributing/profiling.md index dffd62385..5b83d9327 100644 --- a/docs/contributing/profiling.md +++ b/docs/contributing/profiling.md @@ -19,7 +19,7 @@ When using `vllm bench serve`, you can enable profiling by passing the `--profil Traces can be visualized using . !!! tip -You can directly call bench module without installing vllm using `python -m vllm.entrypoints.cli.main bench`. + You can directly call bench module without installing vLLM using `python -m vllm.entrypoints.cli.main bench`. !!! tip Only send a few requests through vLLM when profiling, as the traces can get quite large. Also, no need to untar the traces, they can be viewed directly.