[GroundingDino] Adding ms_deform_attn kernels (#30768)

* Adding ms_deform_attn kernels to GroundingDino

* Pointing to deformable detr kernels
This commit is contained in:
Eduardo Pacheco 2024-05-13 13:34:45 +02:00 committed by GitHub
parent e52741f601
commit 453893ed15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ def load_cuda_kernels():
global MultiScaleDeformableAttention
root = Path(__file__).resolve().parent.parent.parent / "kernels" / "grounding_dino"
root = Path(__file__).resolve().parent.parent.parent / "kernels" / "deformable_detr"
src_files = [
root / filename
for filename in [