Skip to content

Commit

Permalink
fix: typo in cuda not available error
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyeanderson committed Nov 21, 2023
1 parent 11169a6 commit ea77182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/ops/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_extensions():
"-D__CUDA_NO_HALF2_OPERATORS__",
]
else:
raise NotImplementedError('Cuda is not availabel')
raise NotImplementedError('Cuda is not availabe')

sources = [os.path.join(extensions_dir, s) for s in sources]
include_dirs = [extensions_dir]
Expand Down

0 comments on commit ea77182

Please sign in to comment.