Unverified Commit 3b8c0536 authored by Eduardo Pacheco's avatar Eduardo Pacheco Committed by GitHub
Browse files

Fixed Deformable Detr typo when loading cuda kernels for MSDA (#29294)

parent a44d2dc3
...@@ -60,7 +60,7 @@ def load_cuda_kernels(): ...@@ -60,7 +60,7 @@ def load_cuda_kernels():
global MultiScaleDeformableAttention global MultiScaleDeformableAttention
root = Path(__file__).resolve().parent.parent.parent / "kernels" / "deta" root = Path(__file__).resolve().parent.parent.parent / "kernels" / "deformable_detr"
src_files = [ src_files = [
root / filename root / filename
for filename in [ 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