[CI Bugfix] Fix pre-commit failures on main (#20502)

This commit is contained in:
Michael Goin 2025-07-05 06:17:30 +09:00 committed by GitHub
parent 3d184b95b8
commit c108781c85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# DeepGEMM Style Cutlass Grouped GEMM Test
# See https://github.com/deepseek-ai/DeepGEMM/blob/main/tests/test_core.py

View File

@ -48,9 +48,10 @@ class MediaConnector:
media_io_kwargs: Additional args passed to process media
inputs, keyed by modalities. For example,
to set num_frames for video, set
`--media-io-kwargs '{"video": {"num_frames": 40} }'`
`--media-io-kwargs '{"video":{"num_frames":40}}'`
connection: HTTP connection client to download media contents.
allowed_local_media_path: A local directory to load media files from.
allowed_local_media_path: A local directory to load media files
from.
"""
super().__init__()