jllllll / bitsandbytes-windows-webui

Windows compile of bitsandbytes for use in text-generation-webui.
MIT License
344 stars 35 forks source link

ModuleNotFoundError: No module named 'bitsandbytes.cuda_setup.paths' #22

Closed TeKett closed 11 months ago

TeKett commented 11 months ago

Seems like this version is missing the module "paths" like the other versions of bitsandbytes has. Which causes issues when running. The reason why it has not appeared before when using for example Kohya was because it used to install bitsandbytes 0.35 and then replaces it with this one, and the path module remains after that. Kohya no longer does this so this version tries to run with the "paths" module missing, in turn erroring out.

TeKett commented 11 months ago

Is it missing from bitsandbytes itself? I get the same issue when i do pip install bitsandbytes=0.41.1 but not with example pip install bitsandbytes=0.35, this seems like a bigger problem.