Skip to content

Commit c108781

Browse files
authored
[CI Bugfix] Fix pre-commit failures on main (#20502)
1 parent 3d184b9 commit c108781

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/kernels/moe/test_cutlass_grouped_gemm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
23

34
# DeepGEMM Style Cutlass Grouped GEMM Test
45
# See https://github.com/deepseek-ai/DeepGEMM/blob/main/tests/test_core.py

vllm/multimodal/utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ def __init__(
4848
media_io_kwargs: Additional args passed to process media
4949
inputs, keyed by modalities. For example,
5050
to set num_frames for video, set
51-
`--media-io-kwargs '{"video": {"num_frames": 40} }'`
51+
`--media-io-kwargs '{"video":{"num_frames":40}}'`
5252
connection: HTTP connection client to download media contents.
53-
allowed_local_media_path: A local directory to load media files from.
53+
allowed_local_media_path: A local directory to load media files
54+
from.
5455
"""
5556
super().__init__()
5657

0 commit comments

Comments
 (0)