Open charcoalny opened 4 months ago
it can be install after I remove/ not installing nvidiacub
I see /usr/local/cuda/include/cub/
which suggests it is not using the version of cub you downloaded from conda. I think it would be good to check that the environment variable CUB_HOME
is not set, and that you can see files in $CONDA_PREFIX/include/cub.
I am doing this on Google colab
My code is
At first I didn't add
FORCE_CUDA=1
, it can be install but I gotNot compiled with GPU support
error later So I addFORCE_CUDA=1
and now I get thisAnyone have any idea?