-
Notifications
You must be signed in to change notification settings - Fork 33
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
some kind of weird error regarding float32 I never got before upgrading #2127
Comments
Hello and thank you for opening the issue. Could you share a code snippet to check that the PR fixes your issue? |
All the the scripts mentioned in the traceback are brand spanking new in this release and can be reviewed on my repository here: https://github.com/BBC-Esq/VectorDB-Plugin-for-LM-Studio Also, not sure if it matters but at the time of the error I was running the relatively new "granite" embedding model located here, which is natively in bfloat16: https://huggingface.co/ibm-granite/granite-embedding-30m-english |
We just released 0.33.2 with a fix for this issue; wheels should be up on PyPI shortly. |
Below I paste a weird error I get when upgrading from 0.33 to 0.33.1. Not sure if it matters, but I also have installed the following for my vector database program:
1 - tiledb-cloud==0.13.0
2 - tiledb-vector-search==0.11.0
3 - tblib==1.7.0
4 - numpy==1.26.4
LONG ERROR HERE EXPAND DOWNWARDS
I can verify that downgrading to 0.33 makes it work again.
The text was updated successfully, but these errors were encountered: