Skip to content

Instantly share code, notes, and snippets.

View ibtehajali67's full-sized avatar

Syed Ahmad Ibtehaj Ali ibtehajali67

View GitHub Profile
#!/bin/bash
## This gist contains instructions about cuda v11.2 and cudnn8.1 installation in Ubuntu 20.04 for Pytorch 1.8 & Tensorflow 2.7.0
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###