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
Adding the cpu index types for FAISS is fairly straightforward but what becomes challenging is building the faiss targets for both gpu and cpu-only environments since the cmake build targets automatically pass through the linking to the faiss gpu lib.
Still unclear of a good way to handle this but tagging @robertmaynard for thoughts.
The text was updated successfully, but these errors were encountered:
Adding the cpu index types for FAISS is fairly straightforward but what becomes challenging is building the faiss targets for both gpu and cpu-only environments since the cmake build targets automatically pass through the linking to the faiss gpu lib.
Still unclear of a good way to handle this but tagging @robertmaynard for thoughts.
The text was updated successfully, but these errors were encountered: