Skip to content
New issue

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

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

Already on GitHub? # to your account

clear init to ensure loading of framework specific ops only #48

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

jperez999
Copy link
Collaborator

This PR removes the imports from the init. Allowing for clean imports when you only have a specific framework and not all (both) in your environment. Now you have to specifically use the import of the file containing the embeddings for the targeted framework. Ensures we dont hit import errors for frameworks that are not installed.

@jperez999 jperez999 self-assigned this Nov 15, 2022
@jperez999 jperez999 added bug Something isn't working ci chore labels Nov 15, 2022
@github-actions
Copy link

Documentation preview

https://nvidia-merlin.github.io/dataloader/review/pr-48

@jperez999 jperez999 merged commit 3146d55 into NVIDIA-Merlin:main Nov 16, 2022
jperez999 added a commit that referenced this pull request Nov 16, 2022
remove embedding ops from init to ensure loading of only available framework ops
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working chore ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants