Giter Site home page Giter Site logo

neronjust2017 / distro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nagadomi/distro

0.0 0.0 0.0 361 KB

Unofficial maintenance repository of Torch7. It supports CUDA10.1, Volta, Turing, Docker https://hub.docker.com/r/nagadomi/torch7

License: BSD 3-Clause "New" or "Revised" License

CMake 66.11% Shell 16.17% Dockerfile 0.68% Batchfile 16.26% Lua 0.77%

distro's Introduction

Related Repository

For Ubuntu 20.04, use ubuntu20.04-ppa branch. See #12.

Original README.md

Build Status

NOTE: Torch is not actively developed anymore and is in maintenance mode.

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:

bash install-deps

Lua and Torch

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

./install.sh

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

# If a different version was installed, used ./clean.sh to clean it
TORCH_LUA_VERSION=LUA51 ./install.sh
TORCH_LUA_VERSION=LUA52 ./install.sh

Update

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

./update.sh

Cleaning

To remove all the temporary compilation files you can run:

./clean.sh

To remove the installation run:

# Warning: this will remove your current installation
rm -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:

./test.sh

Tested on Ubuntu 14.04, CentOS/RHEL 6.3 and OSX

distro's People

Contributors

soumith avatar alexbw avatar btnc avatar nagadomi avatar howard0su avatar hughperkins avatar rufflewind avatar jdonald avatar linusu avatar apaszke avatar borisfom avatar perweij avatar luoq avatar szagoruyko avatar techraf avatar atcold avatar anirudh2290 avatar artcg avatar babo avatar camillol avatar chriscummins avatar fredowski avatar gustavla avatar jkremser avatar politeles avatar justinnazari avatar knhuq avatar lucasb-eyer avatar lukeyeager avatar vavrusa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.