Jump to content

CUDA: Difference between revisions

17 bytes removed ,  17 July 2021
Line 27: Line 27:


;Notes
;Notes
* For machine learning, I just have Anaconda install a compatible CUDA since different versions of TensorFlow and PyTorch require different CUDA versions.
* For machine learning, use Anaconda or Docker's CUDA since different versions of TensorFlow and PyTorch require different CUDA versions.


You may need to add <code>LD_LIBRARY_PATH=/usr/local/cuda/lib64</code> to your environment variables.<br>
You may need to add <code>LD_LIBRARY_PATH=/usr/local/cuda/lib64</code> to your environment variables.<br>