-
Notifications
You must be signed in to change notification settings - Fork 2
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
Replace python dependency with Faiss JLL #33
Comments
If have a jll version, that would be great. hope the interface to align with python's faiss. |
The easy way would be to use the C API (wrapped via Clang.jl): https://github.com/facebookresearch/faiss/blob/main/c_api/INSTALL.md#using-the-api On a related note, I see there is already CUDA/GPU support in Faiss.jl, so I guess that would be a requirement for JuliaPackaging/Yggdrasil#8483 - in order to provide a drop-in replacement for using the Python API. |
Got the CUDA parts going :-) |
It might soon be possible to replace the PythonCall-approach with a JLL: JuliaPackaging/Yggdrasil#8483
The text was updated successfully, but these errors were encountered: