You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The errors you're encountering stem from a mismatch between the architecture of your system (ARM-based, since you're likely on an M1/M2 Mac) and the x86/x64-specific instructions being used in the code.
TinyKNN uses SIMD instructions everywhere. To work on more platforms you would either have to reimplement the assembly parts, like
For
pip install .
:For
pip install fast-pq
:The text was updated successfully, but these errors were encountered: