Torch

From UMIACS
Revision as of 21:45, 7 March 2018 by Derek (talk | contribs) (Created page with "You can compile [http://torch.ch/ Torch] on our RHEL7 machines. Please make sure to ask staff@umiacs.umd.edu if have issues as there are some local packages that are required...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

You can compile Torch on our RHEL7 machines. Please make sure to ask staff@umiacs.umd.edu if have issues as there are some local packages that are required and could cause the install to fail.

Note you have to use Cuda 8 or Cuda 7.5 when compiling Torch and that certain newer GPU cards are not supported under Cuda 7.5. We will use Cuda 8 in this example.

module add cuda/8.0.61 cudnn zeromq nodejs sox GraphicsMagick 
virtualenv env 
source env/bin/activate 
pip install --upgrade pip
pip install pyzmq ipython
git clone https://github.com/torch/distro.git torch --recursive 
cd torch && ./install.sh