[Misc] Lazy import registered processors (#36024)

Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn>
Co-authored-by: Roger Wang <hey@rogerw.io>
This commit is contained in:
Isotr0py
2026-03-06 22:06:45 +08:00
committed by GitHub
parent fcb73f306c
commit 1d0c0d209c
15 changed files with 68 additions and 51 deletions

View File

@@ -41,7 +41,7 @@ from vllm.multimodal.processing import (
PromptUpdateDetails,
)
from vllm.transformers_utils.processor import cached_processor_from_config
from vllm.transformers_utils.processors.fireredasr2_processor import (
from vllm.transformers_utils.processors.fireredasr2 import (
FireRedASR2FeatureExtractor,
)
from vllm.utils.tensor_schema import TensorSchema, TensorShape