下载torch安装包:
git clone https://github.com/torch/distro.git torch --recursive
安装依赖库:
cd torch/
sudo bash install-deps
安装好后会提示:
Torch7’s dependencies have been installed
安装torch:
sudo ./install.sh
安装到最后会提示是否将torch安装路径加入~/.bashrc文件中:
Do you want to automatically prepend the Torch install location
to PATH and LD_LIBRARY_PATH in your /home/qinghua/.bashrc? (yes/no)
选择自动添加,输入yes,按enter键即可.