[Docs] Fix warnings in vllm/profiler and vllm/transformers_utils (#25220)

Signed-off-by: windsonsea <haifeng.yao@daocloud.io>
This commit is contained in:
Michael Yao
2025-09-21 07:39:47 +08:00
committed by GitHub
parent bef180f009
commit 367a480bd3
3 changed files with 4 additions and 4 deletions

View File

@@ -353,8 +353,8 @@ class layerwise_profile(profile):
Args:
num_running_seqs (Optional[int], optional): When given,
num_running_seqs will be passed to LayerProfileResults for metadata
update. Defaults to None.
num_running_seqs will be passed to LayerProfileResults
for metadata update. Defaults to None.
"""
super().__init__(
activities=[ProfilerActivity.CPU, ProfilerActivity.CUDA],