-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows not supported #28
Comments
Trying with bitsandbytes version from https://github.com/oobabooga/text-generation-webui I'm getting this:
|
One step closer! However..
I would be weary of this; I expect a CPU version to take minutes to hours to days, compared to seconds. |
Still searching and remixing :S ¬¬' |
I guess is this: #4 |
===================================BUG REPORT===================================
|
Yes with that, we can have GPU support but still some error: Any idea how to solve this: Some modules are dispatched on the CPU or the disk. Make sure you have enough GPU RAM to fit I have 48gb of vram the GPU RAM must be enough! |
use windows precompiled version dlls from below. and, you have to change some source code.... C:\ProgramData\Anaconda3\envs\minigpt4\Lib\site-packages\bitsandbytes\cuda_setup\main.py (my case...) and, about 126 line: then you can see no errors. but my case, I still get an OOM problem... although i have 3090ti 24g... (minigpt4) PS D:\pythonworkspace\MiniGPT-4> python demo.py --cfg-path eval_configs/minigpt4_eval.yaml ===================================BUG REPORT===================================
|
with the last version I'm reaching this point (without touching code): `(miniGPT4) J:\gpt\MiniGPT-4>python demo.py --cfg-path eval_configs/minigpt4_eval.yaml ===================================BUG REPORT===================================
|
It is working me on Win 10 GPU, just use this version for Bitsandbytes: https://github.com/Keith-Hon/bitsandbytes-windows.git |
can you please describe a little bit about what you did? |
First I uninstalled the none-windows package of bitsandbytes and after that I installed this version in Anaconda: https://github.com/Keith-Hon/bitsandbytes-windows.git You just need to have installed Git on your Windows |
I did it and it just showed |
I see.But I still dont know how to install bitsandbytes-windows with 'pip install bitsandbytes'.Shouldn't it become installing bitsandbytes from the source on the Internet rather than from the keith-hon's source? |
The official version is only for Linux. Only keith-hon's version of bitsandbyte supports Windows as far as I know. I had the same issue and was not working, because as a default it's installing wrong package (Linux version onto Windows) by running the command: pip install bitsandbyte |
I got it working on Windows 10 (CUDA 118, RTX 4090). ===================================BUG REPORT===================================
|
To save fellow Windows users some time and download bandwidth, this project only runs on Linux due to (at least) one of the dependencies not supporting Windows.
You'll receive an error upon running it.
The
.so
extension is for Linux only.The text was updated successfully, but these errors were encountered: