-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Getting error: undefined symbol: cget_col_row_stats #432
Comments
Similar here: #409 You are using Linux x86_64 right? Seems like your cuda is not working correctly. Try running:
and then see if PEFT finds the _gpu.so file instead of going to CPU. As for why CPU says that, that's yet another issue I have not seen, but is also mentioned at that link: bitsandbytes-foundation/bitsandbytes#156 (comment) |
Yea it is a Linux Sub System in Windows 11.
|
I see, I wasn't aware you were running in linux in windows. The bitsandbytes are quite specific to the underlying hardware/OS. Maybe try AutoGPTQ instead of bitsandbytes. i.e. Or try installation closer to windows instructions when it comes to bitsandbytes. I'm unsure if any existing bitsandbytes works on linux with underlying windows OS. |
I revamped and fully tested the docs for windows, please try again: https://github.com/h2oai/h2ogpt/blob/main/docs/README_WINDOWS.md |
Here is the error:
AttributeError: /home/jason/miniconda3/envs/h2ogpt/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol:
cget_col_row_stats
I am running on a Ubuntu 22.04 WHL Subsystem using conda.
I am starting this with:
python generate.py --base_model=h2oai/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3 --load_8bit=True --score_model=None --langchain_mode='UserData' --user_path=user_path
How can I resolve this?
The text was updated successfully, but these errors were encountered: