From 28d1e7dc016b72b47dd97ee35094a98d1467cab4 Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Sun, 31 Jul 2022 19:41:56 -0700 Subject: Initial build script changes (untested on PyPi). --- bitsandbytes/cuda_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitsandbytes/cuda_setup.py') 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'] -- cgit v1.2.3