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

Sanitize Model Module Names to Follow Python Conventions #36478

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kory
Copy link

@kory kory commented Feb 28, 2025

Correctly sanitize dynamically-loaded module names to follow standard python conventions. See the associated issue for the full background / details.

Resolves #35570

Copy link

Hi 👋, thank you for opening this pull request! The pull request is converted to draft by default. When it is ready for review, please click the Ready for review button (at the bottom of the PR page).

@github-actions github-actions bot marked this pull request as draft February 28, 2025 16:25
@kory kory marked this pull request as ready for review February 28, 2025 16:25
@kory kory force-pushed the dev/kory/fix-bad-module-names branch from c755a22 to aee4216 Compare February 28, 2025 16:38
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.

Transformers can create unconventional python module names when loading certain repositories
1 participant