-
Notifications
You must be signed in to change notification settings - Fork 548
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
Remove faiss
from libcuml
#5175
Conversation
/merge |
Codecov ReportBase: 69.26% // Head: 68.94% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #5175 +/- ##
================================================
- Coverage 69.26% 68.94% -0.33%
================================================
Files 192 192
Lines 12333 12396 +63
================================================
+ Hits 8543 8546 +3
- Misses 3790 3850 +60
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This reverts commit f55f3ea.
This reverts commit 8e94af6.
The version of `faiss` that's currently used by `libcuml` conflicts with the version used by `raft`. After discussions with @dantegd and @cjnolet, it was determined that `cuml` should really just depend on `raft`'s version of `faiss` anyway. Therefore, this PR removes `faiss` from `libcuml`. Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#5175
The version of
faiss
that's currently used bylibcuml
conflicts with the version used byraft
.After discussions with @dantegd and @cjnolet, it was determined that
cuml
should really just depend onraft
's version offaiss
anyway.Therefore, this PR removes
faiss
fromlibcuml
.