ray/README.md
2016-06-10 15:36:10 -07:00

470 B

Ray

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

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