Closed zhyncs closed 3 months ago
AutoImageProcessor
is lazy-imported from v0.5.1
onwards so this should no longer be a problem.
https://github.com/vllm-project/vllm/blob/main/vllm/transformers_utils/image_processor.py#L1-L15
Hi @DarkLight1337 Ok. I'll try the latest version.
š The feature, motivation and pitch
I used vLLM 0.5.0.post1 for
Mixtral-8x7B-Instruct-v0.1
inferenceand get the error
Considering that I did not use the VLM function, only the LLM, there should not be a strong dependency on the VLM component. Maybe we could implement lazy importing for the VLM-related module, similar to https://github.com/InternLM/lmdeploy/pull/1714. Do you have any suggestions? And I'm glad to land the PR for this. Thanks. cc @ywang96 @simon-mo
Alternatives
No response
Additional context
No response