benfred / implicit

Fast Python Collaborative Filtering for Implicit Feedback Datasets
https://benfred.github.io/implicit/
MIT License
3.57k stars 612 forks source link

use raft 23.08 #681

Closed benfred closed 1 year ago

benfred commented 1 year ago

Update to use the latest raft version. RAFT 23.08 includes a sort option as part of the select_k method https://github.com/rapidsai/raft/pull/1615 which means we don't have to sort the output ourselves.