-
Notifications
You must be signed in to change notification settings - Fork 30.2k
apply torch int div to layoutlmv2 #15457
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
apply torch int div to layoutlmv2 #15457
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
REALM tests seem to be failing - doesn't seem like they should be running ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! @NielsRogge can you give it a last look and merge if it looks good to you too?
Thanks for your contributions @ManuelFay!
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for adding this (sorry for late reply).
@ManuelFay can you rebase with master such that we can merge your PR? |
108b8ac
to
280880a
Compare
Done, and I changed the path to the custom divide function (compatible with older torch versions). @NielsRogge |
The documentation is not available anymore as the PR was closed or merged. |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Hi @ManuelFay, apologies, for some reason this is still not merged. Can you rebase your PR with the main branch such that we can merge it? Apologies again for asking you this a second time. Thanks! |
e278470
to
3e7e744
Compare
No problem @NielsRogge ! Here you go, rebased ;) |
* apply torch int div * black linting fixup * update path to torch_int_div * clarify imports
What does this PR do?
Linked to #14853 (now closed - bad rebase)
@LysandreJik