File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
+ # SPDX-FileCopyrightText: Copyright contributors to the vLLM project
2
3
3
4
# DeepGEMM Style Cutlass Grouped GEMM Test
4
5
# See https://github.com/deepseek-ai/DeepGEMM/blob/main/tests/test_core.py
Original file line number Diff line number Diff line change @@ -48,9 +48,10 @@ def __init__(
48
48
media_io_kwargs: Additional args passed to process media
49
49
inputs, keyed by modalities. For example,
50
50
to set num_frames for video, set
51
- `--media-io-kwargs '{"video": {"num_frames": 40} }'`
51
+ `--media-io-kwargs '{"video":{"num_frames":40}}'`
52
52
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.
54
55
"""
55
56
super ().__init__ ()
56
57
You can’t perform that action at this time.
0 commit comments