Unverified Commit 453893ed authored by Eduardo Pacheco's avatar Eduardo Pacheco Committed by GitHub
Browse files

[GroundingDino] Adding ms_deform_attn kernels (#30768)

* Adding ms_deform_attn kernels to GroundingDino

* Pointing to deformable detr kernels
parent e52741f6
......@@ -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 [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment