mirror of
https://github.com/wassname/ray.git
synced 2026-07-16 11:21:10 +08:00
21 lines
470 B
Markdown
21 lines
470 B
Markdown
# 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
|
|
|
|
- [Reference Counting](doc/reference-counting.md)
|
|
- [Aliasing](doc/aliasing.md)
|
|
- [Scheduler](doc/scheduler.md)
|
|
|
|
## 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
|