Skip to content

Instantly share code, notes, and snippets.

View ziyan0302's full-sized avatar
🎯
Focusing

ziyan0302

🎯
Focusing
View GitHub Profile
@ziyan0302
ziyan0302 / cuda_11.2_installation_on_Ubuntu_20.04
Last active November 21, 2021 04:11 — forked from Mahedi-61/cuda_11.8_installation_on_Ubuntu_22.04
CUDA 11.2 Installation on Ubuntu 20.04
#!/bin/bash
## This gist contains instructions about cuda v11.2 and cudnn8.1 installation in Ubuntu 20.04 for Pytorch 1.8
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###