mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
19 lines
422 B
Markdown
19 lines
422 B
Markdown
# Orchestra
|
|
|
|
Orchestra is a distributed execution framework with a Python-like programming model.
|
|
|
|
## 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/photon.git
|
|
4. cd photon
|
|
5. bash setup.sh
|