stable-diffusion-webui-amdgpu-forge icon indicating copy to clipboard operation
stable-diffusion-webui-amdgpu-forge copied to clipboard

Error named symbol not found at line 90 in file D:\a\bitsandbytes\bitsandbytes\csrc\ops.cu

Open saintremy1 opened this issue 1 year ago • 6 comments

I'm getting this error and I don't know what to do

saintremy1 avatar Aug 14 '24 09:08 saintremy1

We have cufft.dll in release, and you can replace it with torch's. However, I think it will complain about cufftw.

lshqqytiger avatar Apr 01 '24 08:04 lshqqytiger

We have cufft.dll in release, and you can replace it with torch's. However, I think it will complain about cufftw.

I got this error after replacing it. Perhaps it is a problem with cufftw. (I got that error by trying to get the program to run without cufftw) Sorry for the lack of information. This is the error that appears when only replacing cufft and nvrtc, cusparse and cublas;

C:\Users[username]\Downloads\RVC1006Nvidia>runtime\python.exe infer-web.py --pycmd runtime\python.exe --port 7897 Traceback (most recent call last): File "C:\Users[username]\Downloads\RVC1006Nvidia\infer-web.py", line 7, in from infer.modules.vc.modules import VC File "C:\Users[username]\Downloads\RVC1006Nvidia\infer\modules\vc\modules.py", line 8, in import torch File "C:\Users[username]\Downloads\RVC1006Nvidia\runtime\lib\site-packages\torch_init_.py", line 130, in raise err OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users[username]\Downloads\RVC1006Nvidia\runtime\lib\site-packages\torch\lib\cufftw64_10.dll" or one of its dependencies.

turbo-boo avatar Apr 01 '24 08:04 turbo-boo