Skip to content
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

Merged
merged 3 commits into from
Jan 31, 2023
Merged

Remove faiss from libcuml #5175

merged 3 commits into from
Jan 31, 2023

Conversation

ajschmidt8
Copy link
Member

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.

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`.
@ajschmidt8 ajschmidt8 added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jan 27, 2023
@ajschmidt8 ajschmidt8 requested a review from a team as a code owner January 27, 2023 22:04
@github-actions github-actions bot added the conda conda issue label Jan 27, 2023
@ajschmidt8
Copy link
Member Author

/merge

@codecov-commenter
Copy link

Codecov Report

Base: 69.26% // Head: 68.94% // Decreases project coverage by -0.33% ⚠️

Coverage data is based on head (8eb642a) compared to base (de32125).
Patch coverage: 91.11% of modified lines in pull request are covered.

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     
Impacted Files Coverage Δ
python/cuml/testing/strategies.py 92.85% <90.47%> (-1.22%) ⬇️
...ing/text/stem/porter_stemmer_utils/suffix_utils.py 91.11% <100.00%> (+0.20%) ⬆️
python/cuml/neighbors/kernel_density.py 80.51% <0.00%> (-7.15%) ⬇️
python/cuml/feature_extraction/_vectorizers.py 84.38% <0.00%> (-5.65%) ⬇️
python/cuml/dask/neighbors/kneighbors_regressor.py 30.64% <0.00%> (-2.12%) ⬇️
python/cuml/dask/neighbors/nearest_neighbors.py 26.74% <0.00%> (-2.01%) ⬇️
...party/sklearn/preprocessing/_column_transformer.py 72.99% <0.00%> (-1.95%) ⬇️
...ython/cuml/dask/neighbors/kneighbors_classifier.py 21.84% <0.00%> (-1.58%) ⬇️
python/cuml/dask/preprocessing/label.py 39.28% <0.00%> (-0.72%) ⬇️
...on/cuml/benchmark/automated/bench_random_forest.py 0.00% <0.00%> (ø)
... and 4 more

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rapids-bot rapids-bot bot merged commit fee4ac8 into rapidsai:branch-23.02 Jan 31, 2023
@ajschmidt8 ajschmidt8 deleted the rm-faiss branch January 31, 2023 17:14
benfred added a commit to benfred/cuml that referenced this pull request Feb 15, 2023
benfred added a commit to benfred/cuml that referenced this pull request Feb 21, 2023
jakirkham pushed a commit to jakirkham/cuml that referenced this pull request Feb 27, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conda conda issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants