How to get allocated GPU spec in Google Colab
Run this two commands in collab
CUDA: Let's check that Nvidia CUDA drivers are already pre-installed and which version is it.!/usr/local/cuda/bin/nvcc --version
!nvidia-smi
This makes it easier to read
!nvidia-smi -L
Since you can run bash command in colab, just run !nvidia-smi
: