"tests/git@developer.sourcefind.cn:modelzoo/qwen_lmdeploy.git" did not exist on "5545bbc54b5a2d5ea1e55e0426075afca1753ee8"
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():
global MultiScaleDeformableAttention
root = Path(__file__).resolve().parent.parent.parent / "kernels" / "deta"
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