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
dynamo
Commits
1c9fea01
Unverified
Commit
1c9fea01
authored
Jan 08, 2026
by
Ayush Agarwal
Committed by
GitHub
Jan 08, 2026
Browse files
chore: move custom mm preprocessor to new file (#5278)
Signed-off-by:
ayushag
<
ayushag@nvidia.com
>
parent
22e36dec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
components/src/dynamo/vllm/multimodal_handlers/__init__.py
components/src/dynamo/vllm/multimodal_handlers/__init__.py
+1
-1
components/src/dynamo/vllm/multimodal_handlers/preprocessor_handler.py
...c/dynamo/vllm/multimodal_handlers/preprocessor_handler.py
+0
-0
No files found.
components/src/dynamo/vllm/multimodal_handlers/__init__.py
View file @
1c9fea01
...
@@ -5,7 +5,7 @@ from dynamo.vllm.multimodal_handlers.encode_worker_handler import (
...
@@ -5,7 +5,7 @@ from dynamo.vllm.multimodal_handlers.encode_worker_handler import (
EncodeWorkerHandler
,
EncodeWorkerHandler
,
VLLMEncodeWorkerHandler
,
VLLMEncodeWorkerHandler
,
)
)
from
dynamo.vllm.multimodal_handlers.processor_handler
import
(
from
dynamo.vllm.multimodal_handlers.
pre
processor_handler
import
(
ECProcessorHandler
,
ECProcessorHandler
,
ProcessorHandler
,
ProcessorHandler
,
)
)
...
...
components/src/dynamo/vllm/multimodal_handlers/processor_handler.py
→
components/src/dynamo/vllm/multimodal_handlers/
pre
processor_handler.py
View file @
1c9fea01
File moved
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