mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 18:33:37 +08:00
470 B
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
- sudo apt-get update
- sudo apt-get install git
- git clone https://github.com/amplab/ray.git
- cd ray
- ./setup.sh