mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-26 21:54:36 +08:00
[CI Bugfix] Fix pre-commit failures on main (#20502)
This commit is contained in:
parent
3d184b95b8
commit
c108781c85
@ -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
|
||||
|
||||
@ -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__()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user