No description
Find a file
2016-06-10 17:25:55 -07:00
cmake/Modules add FindNumPy.cmake 2016-03-10 14:46:26 -08:00
data load imagenet 2016-06-10 17:25:55 -07:00
doc renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
examples/imagenet load imagenet 2016-06-10 17:25:55 -07:00
include/ray renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
lib/python load imagenet 2016-06-10 17:25:55 -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 load imagenet 2016-06-10 17:25:55 -07:00
thirdparty build on mac os x (#96) 2016-06-10 15:35:49 -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 load imagenet 2016-06-10 17:25:55 -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 load imagenet 2016-06-10 17:25:55 -07:00
requirements.txt load imagenet 2016-06-10 17:25:55 -07:00
setup.sh load imagenet 2016-06-10 17:25:55 -07:00

Ray

Ray is an experimental distributed execution framework with a Python-like programming model. It is under development and not ready for general use.

Example Code

Loading ImageNet

TODO: fill this out.

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. ./setup.sh