RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
As seen in https://github.com/rapidsai/cuvs/pull/465 when building newer versions of hnswlib, version conflicts are found to be not resolvable. The effect of this PR will be that libraft-headers conda package will not be configured with hnswlib.
As seen in https://github.com/rapidsai/cuvs/pull/465 when building newer versions of hnswlib, version conflicts are found to be not resolvable. The effect of this PR will be that
libraft-headers
conda package will not be configured withhnswlib
.