-
Notifications
You must be signed in to change notification settings - Fork 28.1k
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
Fix custom kernel for DeformableDetr, RT-Detr, GroundingDINO, OmDet-Turbo in Pytorch 2.6.0 #35979
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
run-slow: rt-detr, deformable_detr, omdet-turbo |
This comment contains run-slow, running the specified jobs: ['models/deformable_detr'] ... |
cc @molbap @ArthurZucker for review |
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.
Thanks!
Thanks so much for the fix! can you change the name GroindingDINO to GroundingDINO? |
Done! Thanks 🤗 |
…urbo in Pytorch 2.6.0 (huggingface#35979) Updates type().is_cuda() -> .is_cuda(); .data<> -> .data_ptr<>
…urbo in Pytorch 2.6.0 (huggingface#35979) Updates type().is_cuda() -> .is_cuda(); .data<> -> .data_ptr<>
What does this PR do?
Updates
The following message appears in logs:
Fixes #35976
Might be relevant:
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.