No description
Find a file
2016-06-10 16:32:48 -07:00
cmake/Modules add FindNumPy.cmake 2016-03-10 14:46:26 -08:00
doc renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
include/ray renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
lib/python renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
protos implement serialization of object references inside of python objects 2016-06-10 16:32:48 -07:00
src implement serialization of object references inside of python objects 2016-06-10 16:32:48 -07:00
test implement serialization of object references inside of python objects 2016-06-10 16:32:48 -07:00
thirdparty link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00
.gitignore Initial commit 2016-02-07 14:18:40 -08:00
.gitmodules link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00
.travis.yml adding continuous integration 2016-06-05 20:46:54 -07:00
CMakeLists.txt renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
LICENSE switching to BSD (#90) 2016-06-06 12:07:36 -07:00
README.md renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
requirements.txt link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00
setup.sh link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00

Ray

Ray is a distributed execution framework with a Python-like programming model.

Design Decisions

For a description of our design decisions, see

Setup

  1. sudo apt-get update
  2. sudo apt-get install git
  3. git clone https://github.com/amplab/ray.git
  4. cd ray
  5. bash setup.sh