Skip to content

Commit ef70f2a

Browse files
committed
Fix bad indentation
1 parent 697bd02 commit ef70f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitsandbytes/cuda_setup/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_cuda_version(cuda, cudart_path):
4545
minor = (version-(major*1000))//10
4646

4747
if major < 11:
48-
CUDASetup.get_instance().add_log_entry('CUDA SETUP: CUDA version lower than 11 are currenlty not supported for LLM.int8(). You will be only to use 8-bit optimizers and quantization routines!!')
48+
CUDASetup.get_instance().add_log_entry('CUDA SETUP: CUDA version lower than 11 are currenlty not supported for LLM.int8(). You will be only to use 8-bit optimizers and quantization routines!!')
4949

5050
return f'{major}{minor}'
5151

0 commit comments

Comments
 (0)