Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
invictus717 committed Jul 24, 2023
2 parents b4a197c + 3c5bd9d commit a676ce1
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 a676ce1

Please sign in to comment.