You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is a dependency for another library I want to use. I am curious if I can install this library to strictly use CPU.
If so, do I simply not set CUDA_PREFIX and set CUDNN_ENABLED=0 and only run "python setup.py --without-cuda install"? I need nvcc (from nvidia) if I am to do "make && make install".
Thanks for your time.
Cheers,
Wilka
The text was updated successfully, but these errors were encountered:
This library is a dependency for another library I want to use. I am curious if I can install this library to strictly use CPU.
If so, do I simply not set CUDA_PREFIX and set CUDNN_ENABLED=0 and only run "python setup.py --without-cuda install"? I need nvcc (from nvidia) if I am to do "make && make install".
Thanks for your time.
Cheers,
Wilka
The text was updated successfully, but these errors were encountered: