RecTools icon indicating copy to clipboard operation
RecTools copied to clipboard

gpu support for `ImplicitRanker`

Open blondered opened this issue 3 months ago • 0 comments

Feature Description

use_gpu argument to ImplicitRanker.rank method that calls implicit.gpu.KnnQuery().topk instead of implicit.cpu.topk.topk when set to True.

Why this feature?

Allows for gpu inference for a range of models

Additional context

Described at https://github.com/MobileTeleSystems/RecTools/issues/199

blondered avatar Oct 30 '24 14:10 blondered