Skip to content

Commit

Permalink
Merge pull request #4 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in setup.py
  • Loading branch information
invictus717 authored Jul 24, 2023
2 parents 543ddf9 + 2bd60d4 commit 3c5bd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Image/detection/ops/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 Down

0 comments on commit 3c5bd9d

Please sign in to comment.