benfred / implicit

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

Disable building GPU extension if IMPLICIT_DISABLE_CUDA env var is set #561

Closed benfred closed 2 years ago

benfred commented 2 years ago

Add an option to build implicit without the GPU extension, if the IMPLICIT_DISABLE_CUDA environment variable is set. Closes https://github.com/benfred/implicit/issues/446