Skip to content

Latest commit

 

History

History
 
 

README.md

Multiverso Torch/Lua Binding

Introduction

Multiverso is a parameter server framework for distributed machine learning. This package can enable parallel training of torch program over multiple machines and GPUs.

Requirements

Build multiverso successfully by following the README > build.

Installation

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

make install

or

luarocks make

Unit Tests

make test

or

luajit test.lua

Documentation