Unverified Commit c108781c authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

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

parent 3d184b95
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# DeepGEMM Style Cutlass Grouped GEMM Test # DeepGEMM Style Cutlass Grouped GEMM Test
# See https://github.com/deepseek-ai/DeepGEMM/blob/main/tests/test_core.py # See https://github.com/deepseek-ai/DeepGEMM/blob/main/tests/test_core.py
......
...@@ -48,9 +48,10 @@ class MediaConnector: ...@@ -48,9 +48,10 @@ class MediaConnector:
media_io_kwargs: Additional args passed to process media media_io_kwargs: Additional args passed to process media
inputs, keyed by modalities. For example, inputs, keyed by modalities. For example,
to set num_frames for video, set 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. 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__() super().__init__()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment