-
Notifications
You must be signed in to change notification settings - Fork 152
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
Bug: usearch crashes on Windows Python 3.12.3 for v2.15.1 #491
Comments
@genotrance, can you please provide more details on the environment - like the CPU model? |
This is a Win11 laptop with an i7-1265U.
|
@genotrance, can you please also log this: index.hardware_acceleration |
With 2.12, I got the output |
@genotrance, the |
I tried f16 and bf16 and both crashed. I was adding as below: import usearch.index
i = usearch.index.Index(ndim=2, dtype="f16") # or bf16
i.add(1, np.array([[0.1, 0.2]], dtype="float16")) |
Describe the bug
usearch is crashing Python script on adding embeddings to the database. Last working version on Windows is v2.12. Crash is seen since 2.13+ to the latest version.
Same steps work on Linux for latest version, tested with Python 3.12 and 3.10.
Steps to reproduce
usearch simply exits on the third line. There is no stack trace, error or crash.
Expected behavior
Embeddings should get added to the database.
USearch version
v2.13+
Operating System
Windows
Hardware architecture
x86
Which interface are you using?
Python bindings
Contact Details
No response
Are you open to being tagged as a contributor?
.git
history as a contributorIs there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: