Skip to content

Ravi-Distro 0.1 release (Win64 only)

Pre-release
Pre-release
Compare
Choose a tag to compare
@dibyendumajumdar dibyendumajumdar released this 10 Mar 23:14
· 191 commits to master since this release
bb035ef

This is an initial release of Ravi Distro for Win64 platform only - mainly to get feedback from potential users.

Packages in this release

  • luaffi
  • Torch7

Instructions for Ravi

  • Please unzip the package under c:\Software. If you use any other location then the provided scripts will not work.
  • To run the software open a command prompt and execute:
c:\Software\ravi\bin\ravienv.bat
  • You can now invoke Ravi by entering following on the command line:
ravi
  • Press Control+Z to terminate the session.

Testing

I shall be grateful if following tests can be run and results reported.

cd \Software\ravi\share\lua\5.3\ffi
ravi test.lua
cd \Software\ravi\share\lua\5.3\torch
ravi -ltorch -e "t=torch.test(); if t.errors[1] then os.exit(1) end"

Instructions for Lua 5.3

  • Please unzip the package under c:\Software. If you use any other location then the provided scripts will not work.
  • To run the software open a command prompt and execute:
c:\Software\lua53\bin\luaenv.bat
  • You can now invoke Lua by entering following on the command line:
lua
  • Press Control+Z to terminate the session.

Testing

I shall be grateful if following tests can be run and results reported.

cd \Software\lua53\share\lua\5.3\ffi
lua test.lua
cd \Software\lua53\share\lua\5.3\torch
lua -ltorch -e "t=torch.test(); if t.errors[1] then os.exit(1) end"