jllllll / bitsandbytes-windows-webui

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

Unable to install bitsandbytes==0.39.0 #4

Closed cibernicola closed 1 year ago

cibernicola commented 1 year ago

pip install https://github.com/jllllll/bitsandbytes-windows-webui/blob/main/bitsandbytes-0.39.0-py3-none-any.whl

output:

Collecting bitsandbytes==0.39.0 Downloading https://github.com/jllllll/bitsandbytes-windows-webui/blob/main/bitsandbytes-0.39.0-py3-none-any.whl \ 141.8 kB 1.2 MB/s 0:00:00 ERROR: Wheel 'bitsandbytes' located at *****\AppData\Local\Temp\pip-unpack-e7xlsbqn\bitsandbytes-0.39.0-py3-none-any.whl is invalid.

But if I manually download the file, it works fine.

jllllll commented 1 year ago

Use:

python -m pip install https://github.com/jllllll/bitsandbytes-windows-webui/raw/main/bitsandbytes-0.39.0-py3-none-any.whl

Need to replace blob with raw in your command. Also just noticed that I screwed up the version number in the install command shown in the README.