vllm
20579c0f - make sure mistral_common not imported for non-mistral models (#12669)

Comment changes are shownComment changes are hidden
Commit
159 days ago
make sure mistral_common not imported for non-mistral models (#12669) 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>
Author
Parents
  • .buildkite
    • File
      test-pipeline.yaml
  • tests/standalone_tests
    • File
      lazy_imports.py
  • vllm
    • multimodal
      • File
        video.py
    • transformers_utils/tokenizers
      • File
        mistral.py
Loading