Skip to content

Instantly share code, notes, and snippets.

View souvikb07's full-sized avatar
๐Ÿ
Pythonista

Souvik Banerjee souvikb07

๐Ÿ
Pythonista
View GitHub Profile
@souvikb07
souvikb07 / pytorch041_cuda92_colab.sh
Created November 18, 2018 13:51
A shell file to install CUDA 9.2 backend for PyTorch 0.4.1 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