Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

anaconda Cuda

Use the following command to check CUDA installation by Conda:

conda list cudatoolkit
And the following command to check CUDNN version installed by conda:

conda list cudnn
If you want to install/update CUDA and CUDNN through CONDA, please use the following commands:

conda install -c anaconda cudatoolkit
conda install -c anaconda cudnn
Alternatively you can use following commands to check CUDA installation:

nvidia-smi
OR

nvcc --version
 
PREVIOUS NEXT
Tagged: #anaconda #Cuda
ADD COMMENT
Topic
Name
1+8 =