Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c108781c
Unverified
Commit
c108781c
authored
Jul 05, 2025
by
Michael Goin
Committed by
GitHub
Jul 04, 2025
Browse files
[CI Bugfix] Fix pre-commit failures on main (#20502)
parent
3d184b95
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
tests/kernels/moe/test_cutlass_grouped_gemm.py
tests/kernels/moe/test_cutlass_grouped_gemm.py
+1
-0
vllm/multimodal/utils.py
vllm/multimodal/utils.py
+3
-2
No files found.
tests/kernels/moe/test_cutlass_grouped_gemm.py
View file @
c108781c
# 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
...
...
vllm/multimodal/utils.py
View file @
c108781c
...
@@ -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__
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment