summaryrefslogtreecommitdiff
path: root/bitsandbytes/cuda_setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-07-31 19:41:56 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-07-31 19:41:56 -0700
commit28d1e7dc016b72b47dd97ee35094a98d1467cab4 (patch)
tree6ba3645d43c4582a50f4d34e446879de2a0ac596 /bitsandbytes/cuda_setup.py
parentdd50382b3237897d336f2c8f7b7f555b3c851abb (diff)
Initial build script changes (untested on PyPi).
Diffstat (limited to 'bitsandbytes/cuda_setup.py')
-rw-r--r--bitsandbytes/cuda_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitsandbytes/cuda_setup.py b/bitsandbytes/cuda_setup.py
index 6f67275..08f3ed2 100644
--- a/bitsandbytes/cuda_setup.py
+++ b/bitsandbytes/cuda_setup.py
@@ -133,7 +133,7 @@ def evaluate_cuda_setup():
has_gpu = cc != ''
if not has_gpu:
- print('WARNING: No GPU detected! Check our CUDA paths. Processding to load CPU-only library...')
+ print('WARNING: No GPU detected! Check our CUDA paths. Processing to load CPU-only library...')
return binary_name
has_cublaslt = cc in ['7.5', '8.0', '8.6']