mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
No description
cmake/Modules | ||
doc | ||
include/halo | ||
lib/python | ||
protos | ||
src | ||
test | ||
thirdparty | ||
.gitignore | ||
.travis.yml | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup.sh |
Halo
Halo is a distributed execution framework with a Python-like programming model.
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/halo.git
- cd halo
- bash setup.sh