Skip to content

Commit

Permalink
Update setup.py (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
shafu0x authored Feb 4, 2020
1 parent 579ef54 commit eee5ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/DCNv2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_extensions():
"-D__CUDA_NO_HALF2_OPERATORS__",
]
else:
raise NotImplementedError('Cuda is not availabel')
raise NotImplementedError('Cuda is not available')

sources = [os.path.join(extensions_dir, s) for s in sources]
include_dirs = [extensions_dir]
Expand All @@ -63,4 +63,4 @@ def get_extensions():
# install_requires=requirements,
ext_modules=get_extensions(),
cmdclass={"build_ext": torch.utils.cpp_extension.BuildExtension},
)
)

0 comments on commit eee5ce3

Please sign in to comment.