Skip to content

Instantly share code, notes, and snippets.

View aryan-f's full-sized avatar
✈️
Hopeful

Aryan Farahmand aryan-f

✈️
Hopeful
View GitHub Profile
@aryan-f
aryan-f / pytorch041_cuda92_colab.sh
Last active July 2, 2020 16:40 — forked from Con-Mi/pytorch041_cuda92_colab.sh
Shell Script for Installing PyTorch 0.4.1, Compatible Torch Vision (0.2.1), and CUDA 9.2 on Google Colab.
#!/bin/bash
TEXT_RESET='\e[0m'
TEXT_YELLOW='\e[1;33m'
wget https://developer.nvidia.com/compute/cuda/9.2/Prod2/local_installers/cuda-repo-ubuntu1604-9-2-local_9.2.148-1_amd64
echo -e $TEXT_YELLOW
echo 'WEBGET finished..'
echo -e $TEXT_RESET