Suravi 0.6 alpha release
Pre-release
Pre-release
Suravi aims to be a small distribution of Lua 5.3 (www.lua.org) and Ravi 5.3 (https://github.com/dibyendumajumdar/ravi) with batteries included. The packages included in this release are:
- Ravi (MIR JIT enabled on Linux)
- luafilesystem
- lua-protobuf
- luasocket
- lpeglabel
- torch7
- torch7-nn
- torch7-optim
- torch7-autograd
- torch7-cephes
- penlight
- moses
- lua-cjson
- luv (libuv binding)
Changes:
- luaffi has been removed. Torch packages no longer require ffi.
- nj has been removed; on Linux and Mac OSX systems, Ravi will include the new MIR JIT backend
- Docker support has been added.
Known Issues:
- Removal of ffi has broken the torch-cephes library.
Downloads:
- The best way to get Suravi is to obtain it as a docker image. Try this:
docker pull redukti/suravi:latest
docker run --rm -it redukti/suravi:latest
Documentation:
One of the goals of Suravi is to evolve towards an integrated system of libraries, with unified documentation. This is work in progress, but you can view the latest documentation at https://github.com/dibyendumajumdar/Suravi/tree/master/Documentation.