Unverified Commit 1c9fea01 authored by Ayush Agarwal's avatar Ayush Agarwal Committed by GitHub
Browse files

chore: move custom mm preprocessor to new file (#5278)


Signed-off-by: default avatarayushag <ayushag@nvidia.com>
parent 22e36dec
...@@ -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.preprocessor_handler import (
ECProcessorHandler, ECProcessorHandler,
ProcessorHandler, ProcessorHandler,
) )
......
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