Skip to content

Instantly share code, notes, and snippets.

@Lyken17
Last active January 9, 2021 10:23
Show Gist options
  • Save Lyken17/3d9ef163e5e1fd3de55169d1f9356549 to your computer and use it in GitHub Desktop.
Save Lyken17/3d9ef163e5e1fd3de55169d1f9356549 to your computer and use it in GitHub Desktop.
Install torch and related utilities on ubuntu 16.04
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh
source ~/.zshrc
# update common package to latest
luarocks install torch
luarocks install nn
luarocks install graph
luarocks install cunn
luarocks install cutorch
luarocks install torchnet
luarocks install optnet
luarocks install iterm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment