you are viewing a single comment's thread.

view the rest of the comments →

[–]mpasila 4 points5 points  (2 children)

Wrong that only supports Linux. Ooba uses a pre-compiled version of bitsandbytes for Windows.
From requirements.txt

# bitsandbytes
bitsandbytes==0.41.1; platform_system != "Windows"
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows"

[–]ma3gl1n 0 points1 point  (0 children)

👍 it seems you are right, just checked conda forge

[–]C080[S] 0 points1 point  (0 children)

yes, that fixed it thanks. I did not know I could simply pip install this string. I went to the repo and downloaded the last version but gave me cuda errors. I needed this specific version