Description
After installing recommenders[gpu], doing len(numba.cuda.gpus) will lead to the following error
>>> len(numba.cuda.gpus)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'numba' has no attribute 'cuda'
Changing to from numba import cuda and then cuda.gpus will resolve the issue.
In which platform does it happen?
Linux Ubuntu 22.04
How do we replicate the issue?
See above.
Expected behavior (i.e. solution)
See above.
Willingness to contribute
Other Comments