From 597a8521b29e90958c31e47421016494da998648 Mon Sep 17 00:00:00 2001 From: Titus von Koeller Date: Mon, 1 Aug 2022 03:22:44 -0700 Subject: fix typo --- bitsandbytes/cuda_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitsandbytes/cuda_setup.py b/bitsandbytes/cuda_setup.py index 2fb5049..5ed0c89 100644 --- a/bitsandbytes/cuda_setup.py +++ b/bitsandbytes/cuda_setup.py @@ -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 -- cgit v1.2.3