deepseek-ai / DeepSeek-VL

DeepSeek-VL: Towards Real-World Vision-Language Understanding
https://huggingface.co/spaces/deepseek-ai/DeepSeek-VL-7B
MIT License
2.08k stars 195 forks source link

feat: automatically patch `collections` for >python 3.10 support #21

Closed Fodark closed 8 months ago

Fodark commented 8 months ago

When loading deepseek_vl, patch collections to use collections.abc if the detected Python version is greater than 3.10.