Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Multiverso Torch Lua Binding

you-n-g edited this page Jun 29, 2016 · 5 revisions

Multiverso Torch/Lua Binding

Introduction

Multiverso is a parameter server framework for distributed machine learning. This package can leverage multiple machines and GPUs to speed up the torch programs.

Requirements

Build multiverso successfully by following the README > build.

Installation

NOTE: Before installation, you need to make sure have libmultiverso.so build successfully according to Requirements.

make install

or

luarocks make

Unit Tests

make test

or

luajit test.lua

Documentation

Clone this wiki locally