NVIDIA/torch-distro

Name: torch-distro

Owner: NVIDIA Corporation

Description: Torch installation in a self-contained folder

Forked from: torch/distro

Created: 2016-08-15 23:04:59.0

Updated: 2017-04-19 01:34:07.0

Pushed: 2017-01-25 05:27:42.0

Homepage:

Size: 82005

Language: CMake

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

Self-contained Torch installation

Please refer to the Torch installation guide for details on how to make a fresh install of Torch on Linux or MacOS. If on windows with msvc, please refer to this guide for details on installation and usage.
Repo content
Dependencies

Globally installed dependencies can be installed via:

 install-deps
Lua and Torch

The self-contained Lua and Torch installations are performed via:

stall.sh

By default Torch will install LuaJIT 2.1. If you want other options, you can use the command:

 a different version was installed, used ./clean.sh to clean it
H_LUA_VERSION=LUA51 ./install.sh
H_LUA_VERSION=LUA52 ./install.sh
Update

To update your already installed distro to the latest master branch of torch/distro simply run:

date.sh
Cleaning

To remove all the temporary compilation files you can run:

ean.sh

To remove the installation run:

rning: this will remove your current installation
rf ./install

You may also want to remove the torch-activate entry from your shell start-up script (~/.bashrc or ~/.profile).

Test

You can test that all libraries are installed properly by running:

st.sh

Tested on Ubuntu 14.04, CentOS/RHEL 6.3 and OSX


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.