Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Aug 1, 2022
1 parent 57fa646 commit 597a852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitsandbytes/cuda_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def check_cuda_result(cuda, result_val):
if result_val != 0:
cuda.cuGetErrorString(result_val, ctypes.byref(error_str))
print(f"Count not initialize CUDA - failure!")
raise Exception('CUDA excepion!')
raise Exception('CUDA exception!')
return result_val

# taken from https://gist.github.com/f0k/63a664160d016a491b2cbea15913d549
Expand Down

0 comments on commit 597a852

Please sign in to comment.