mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 19:01:53 +08:00
20579c0fae
When people use deepseek models, they find that they need to solve cv2 version conflict, see https://zhuanlan.zhihu.com/p/21064432691 . I added the check, and make all imports of `cv2` lazy. --------- Signed-off-by: youkaichao <youkaichao@gmail.com>