CUDA SETUP: PyTorch settings found: CUDA_VERSION=124, Highest Compute Capability: 7.5.
CUDA SETUP: To manually override the PyTorch CUDA version please see:https://github.com/TimDettmers/bitsandbytes/blob/main/how_to_use_nonpytorch_cuda.md
CUDA SETUP: Required library version not found: libbitsandbytes_cuda124.dll. Maybe you need to compile it from source?
CUDA SETUP: Defaulting to libbitsandbytes_cpu.dll...
CUDA SETUP: CUDA detection failed! Possible reasons:
1.You need to manually override the PyTorch CUDA version. Please see: "https://github.com/TimDettmers/bitsandbytes/blob/main/how_to_use_nonpytorch_cuda.md
2.CUDA driver not installed
3.CUDA not installed
4.You have multiple conflicting CUDA libraries
5.Required library not pre-compiled for this bitsandbytes release!
CUDA SETUP: If you compiled from source, try again with make CUDA_VERSION=DETECTED_CUDA_VERSION for example, make CUDA_VERSION=118.
CUDA SETUP: The CUDA version for the compile might depend on your conda install. Inspect CUDA version via conda list | grep cuda.
ERROR: Could not install packages due to an OSError: [WinError 32] 另一个程序正在使用此文件,进程无法访问。: 'd:\softdata\sd\sd-webui-aki-v4.9.1\python\lib\site-packages\bitsandbytes-0.44.2.dev0-py3.10-win-amd64.egg'
Consider using the --user option or check the permissions.
Could not find the bitsandbytes CUDA binary at WindowsPath('D:/SoftData/SD/sd-webui-aki-v4.9.1/python/lib/site-packages/bitsandbytes-0.44.2.dev0-py3.10-win-amd64.egg/bitsandbytes/libbitsandbytes_cuda124.dll')
Could not load bitsandbytes native library: Could not find module 'D:\SoftData\SD\sd-webui-aki-v4.9.1\python\lib\site-packages\bitsandbytes-0.44.2.dev0-py3.10-win-amd64.egg\bitsandbytes\libbitsandbytes_cpu.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Traceback (most recent call last):
File "D:\SoftData\SD\sd-webui-aki-v4.9.1\python\lib\site-packages\bitsandbytes-0.44.2.dev0-py3.10-win-amd64.egg\bitsandbytes\cextension.py", line 104, in <module>
lib = get_native_library()
File "D:\SoftData\SD\sd-webui-aki-v4.9.1\python\lib\site-packages\bitsandbytes-0.44.2.dev0-py3.10-win-amd64.egg\bitsandbytes\cextension.py", line 91, in get_native_library
dll = ct.cdll.LoadLibrary(str(binary_path))
File "D:\SoftData\SD\sd-webui-aki-v4.9.1\python\lib\ctypes_init_.py", line 452, in LoadLibrary
return self.dlltype(name)File "D:\SoftData\SD\sd-webui-aki-v4.9.1\python\lib\ctypes_init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\SoftData\SD\sd-webui-aki-v4.9.1\python\lib\site-packages\bitsandbytes-0.44.2.dev0-py3.10-win-amd64.egg\bitsandbytes\libbitsandbytes_cpu.dll' (or one of its dependencies). Try using the full path with constructor syntax.