Skip to content

Instantly share code, notes, and snippets.

@pengsun
Last active February 28, 2016 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pengsun/b8926c929ad4b0eb9d32 to your computer and use it in GitHub Desktop.
Save pengsun/b8926c929ad4b0eb9d32 to your computer and use it in GitHub Desktop.
# remove the old torch 7
cd ~
rm -rf torch
# install torch 7 with lua52 (as workaround to 2GB memory limit of luajit)
curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch
TORCH_LUA_VERSION=LUA52 ./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment