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
Now that RAFT contain's IVF-PQ and IVF-FLAT methods, we are working towards swapping out the corresponding FAISS APIs so cuML can make use of them. This is a placeholder issue for tracking on the roadmap.
The text was updated successfully, but these errors were encountered:
We are removing the faiss ANN code in rapidsai/raft#1121, in favour of
using the ivf_flat and ivf_pq implementations included with raft.
After this change, RAFT can be updated to remove the faiss ANN methods - which is implemented in
rapidsai/raft#1121
Note that this removes the `ivf_sq` option , since there is no corresponding implementation in raft.
Closes#5131
Authors:
- Ben Frederickson (https://github.com/benfred)
Approvers:
- Corey J. Nolet (https://github.com/cjnolet)
URL: #5119
We are removing the faiss ANN code in rapidsai/raft#1121, in favour of
using the ivf_flat and ivf_pq implementations included with raft.
After this change, RAFT can be updated to remove the faiss ANN methods - which is implemented in
rapidsai/raft#1121
Note that this removes the `ivf_sq` option , since there is no corresponding implementation in raft.
Closesrapidsai#5131
Authors:
- Ben Frederickson (https://github.com/benfred)
Approvers:
- Corey J. Nolet (https://github.com/cjnolet)
URL: rapidsai#5119
Now that RAFT contain's IVF-PQ and IVF-FLAT methods, we are working towards swapping out the corresponding FAISS APIs so cuML can make use of them. This is a placeholder issue for tracking on the roadmap.
The text was updated successfully, but these errors were encountered: