Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Mar 13, 2024

Conversation

Fodark
Copy link
Contributor

@Fodark Fodark commented Mar 13, 2024

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

@Benjamin-eecs Benjamin-eecs changed the title Automatically patch collections feat: automatically patch collections for >python 3.10 support Mar 13, 2024
Copy link
Contributor

@Benjamin-eecs Benjamin-eecs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ImportError: cannot import name 'Mapping' from 'collections'
3 participants