renaming project, halo -> ray (#95)

This commit is contained in:
Robert Nishihara
2016-06-10 14:12:15 -07:00
committed by Philipp Moritz
parent 44ae1788ee
commit 4cc024ae36
41 changed files with 453 additions and 481 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
# Halo
# Ray
Halo is a distributed execution framework with a Python-like programming model.
Ray is a distributed execution framework with a Python-like programming model.
## Design Decisions
@@ -14,6 +14,6 @@ For a description of our design decisions, see
1. sudo apt-get update
2. sudo apt-get install git
3. git clone https://github.com/amplab/halo.git
4. cd halo
3. git clone https://github.com/amplab/ray.git
4. cd ray
5. bash setup.sh