Skip to content

Commit

Permalink
Merge pull request huggingface#14 from Superb-AI-Suite/dev/feat
Browse files Browse the repository at this point in the history
adding deformable relative
  • Loading branch information
SangbumChoi committed Aug 9, 2024
2 parents e621303 + 3445ffe commit b015820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/deprecated/deta/modeling_deta.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def load_cuda_kernels():

global MultiScaleDeformableAttention

root = Path(__file__).resolve().parent.parent.parent / "kernels" / "deta"
root = Path(__file__).resolve().parent.parent.parent.parent / "kernels" / "deta"
src_files = [
root / filename
for filename in [
Expand Down

0 comments on commit b015820

Please sign in to comment.