Fix bad indentation
This commit is contained in:
parent
697bd02c60
commit
ef70f2adcd
|
@ -45,7 +45,7 @@ def get_cuda_version(cuda, cudart_path):
|
||||||
minor = (version-(major*1000))//10
|
minor = (version-(major*1000))//10
|
||||||
|
|
||||||
if major < 11:
|
if major < 11:
|
||||||
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!!')
|
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!!')
|
||||||
|
|
||||||
return f'{major}{minor}'
|
return f'{major}{minor}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user