mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 09:10:40 +08:00
530 B
530 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.
Example Code
Loading ImageNet
TODO: fill this out.
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