Skip to content

Instantly share code, notes, and snippets.

View MihailCosmin's full-sized avatar
🎯
Focusing

Mihail-Cosmin Munteanu MihailCosmin

🎯
Focusing
View GitHub Profile
@MihailCosmin
MihailCosmin / gist:b99da11007949b07fab26d2a00b9a06d
Created February 5, 2025 11:18
cuda_12.6_installation_on_Ubuntu_22.04
#!/bin/bash
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###
### to verify your gpu is cuda enable check
@MihailCosmin
MihailCosmin / cuda_11.8_installation_on_Ubuntu_22.04
Last active February 26, 2025 12:28 — forked from primus852/cuda_11.7_installation_on_Ubuntu_22.04
Instructions for CUDA v11.8 and cuDNN 8.7 installation on Ubuntu 22.04 for PyTorch 2.0.0
#!/bin/bash
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###
### to verify your gpu is cuda enable check